/DragonFly

Primary LanguageJavaScript

DragonFly

Install

$ npm install -g ethereumjs-testrpc
$ npm install -g truffle
$ git clone https://github.com/CatalystCode/DragonFly.git
$ cd DragonFly
$ npm install

Setup Metamask

  1. Run testrpc

    $ testrpc
  2. Install Metamask Chrome Extension

  3. Import one of the accounts outputted by testrpc into Metamask. See this for instructions on how to import accounts.

Run the Application

  1. Run the application
    $ npm run dev
  2. Open chrome to http://localhost:3000