User Manual for dApp Developers - TESTNET (β)
  • Step for building own network
  • Install Packages
  • Creating Account
  • Genesis Block Creation
  • Running the Blockchain
  • Deploy Smart Contract for token supply
  • Supply
  • Other Functionalities
  • Contract Deployment Using Vyper in Remix
Powered by GitBook
On this page

Creating Account

PreviousInstall PackagesNextGenesis Block Creation

Last updated 1 year ago

When we use local network, we need own accounts and this accounts are created for nodes. Use this “geth --datadir “./data” account new” command for creating account in node folder.