g3yang / MetaCoin

0 stars 0 forks source link

MetaCoin

  1. Install Truffle
    npm install -g truffle

  2. npm install

  3. Run testrpc, compile and deploy contracts.
    truffle develop
    compile
    migrate

  4. Start the local webserver
    npm run start