Decentralized Star Notary Service - Starter Code

Dependencies

  • NodeJS
  • NPM
  • A Infura account
  • MetaMask

Set up

  • Run npm install.
  • Change the file truffle.js with your credentials.
  • Open a truffle console using node ./node_modules/truffle/build/cli.bundled.js develop command.
  • Compile the contracts inside the Truffle console typing compile.
  • Migrate the contracts inside the Truffle console typing migrate --reset --network rinkeby.

Running

  • Execute npm run dev.
  • Access the URL http://localhost:8080/.