Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 484 Bytes

Ethernote : Trade class notes for cryptocurrency (Not deployed yet)

Local installation

  1. Clone this repo.

  2. Get ganache and Metamask browser extension.

  3. Fire up ganache.

  4. Open your browser, and import accounts from ganache into Metamask.

  5. Run these commands:

    $ npm install

    $ truffle compile

    $ truffle migrate

Then run npm run start to start the development server.