- node
- truffle
- express
- download ganache
- on
linuxplatform eg:
$./ganache-2.3.0-beta.2-linux-x86_64.AppImage
- port
8545
- download metamask
- create account
- choose
http://localhost:8545from the network dropdown - import an account from
ganacheinto metamask
- setup
.envfor secrets truffle-config.js=> development and test networks- utilizing
infura.iofor testing againstrinkebytest and mainnet network
- access https://iancoleman.io/bip39/
- generate
12word mnemonic - gather
mnemonic - save
address,public keyandprivate key - request for funds at https://faucet.rinkeby.io/
$ npm install
$ truffle compile
$ truffle migrate
$ truffle migrate --network rinkeby
$ truffle test
$ npm start