Skip to content

DoxaNetwork/32Daily

Repository files navigation

Toasty Network

To get started, you can follow these instructions. Please reach out to make any changes or clear up any bullet points.

  1. Install third-party software

  2. Start ethereum test blockchain using testrpc

    ganache-cli -s 1

  3. Run each command from here on out in the root folder of the application (..\Toasty). Install all npm dependencies

    npm install

  4. Compile contracts

    truffle compile

  5. Deploy contracts to blockchain

    truffle deploy

  6. Start server

    npm run start

  7. Configure MetaMask

    • Copy the mnemonic from testrpc. We use the -s 1 flag to keep this seed constant.
    • Click the upper-right menu, select Lock, select Restore from seed phrase and paste the mnemonic. You can use whatever password you want here.
    • Lastly, choose localhost 8545 as the network from the top left dropdown in metamask