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