Created
November 3, 2020 10:57
-
-
Save rony4d/cc46064121b5fbee7ca497365cc9d1bd to your computer and use it in GitHub Desktop.
Creates a wallet on Binance Smart Chain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Web3 doc: https://web3js.readthedocs.io/en/v1.2.11/web3-eth-accounts.html#create | |
| const Web3 = require('web3'); | |
| const web3 = new Web3("https://data-seed-prebsc-1-s1.binance.org:8545"); | |
| var account = web3.eth.accounts.create([Date.now().toString()]); | |
| console.log(account); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi , how to get password from this transaction, or request function.