Tutorial: How to Send a Transaction in Moonbeam Using the Web3 Library with JavaScript

preview_player
Показать описание
In this video, Alberto will explain how to send a transaction in Moonbeam using only the Web3 library and simple JavaScript code. Moonbeam is a Polkadot parachain (currently in active development) that is Ethereum-compatible, enabling integration with popular Ethereum DApps and tools like MetaMask, Remix IDE, Truffle Suite, and more.

For this video, you will need to have a local Moonbeam. If you haven't done that yet, you can find the tutorial here:

This tutorial was created using the pre-alpha release of Moonbeam. It also assumes an Ubuntu 18.04-based environment and will need to be adapted accordingly for MacOS or Windows.

~About Moonbeam~

Join our social media channels:
Рекомендации по теме
Комментарии
Автор

hello! good lesson, but where i can get the private key?

dmitriystoyanov
Автор

Please how can i swap exact eth for tokens, thanks

mrimadbenayad
Автор

I face that error when run script

node balance.js

throw err;
^

Error: Cannot find module
at
at Function.Module._load
at [as runMain]
at {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

nyz.