Skip to content

southekal/starter-todo-dapp

Repository files navigation

todo dapp

dependency overview

  • node
  • truffle
  • express

local blockchain

$./ganache-2.3.0-beta.2-linux-x86_64.AppImage
  • port 8545

metamask

  • download metamask
  • create account
  • choose http://localhost:8545 from the network dropdown
  • import an account from ganache into metamask

development configs

  • setup .env for secrets
  • truffle-config.js => development and test networks
  • utilizing infura.io for testing against rinkeby test and mainnet network

rinkeby test faucet

install requirements

$ npm install

compile smartcontract

$ truffle compile

run migrations

$ truffle migrate
$ truffle migrate --network rinkeby

run tests

$ truffle test

start local web server

$ npm start

Releases

No releases published

Packages

No packages published