https://github.com/catalystcode/dragonfly
https://github.com/catalystcode/dragonfly
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/catalystcode/dragonfly
- Owner: CatalystCode
- Created: 2017-08-23T13:03:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T23:22:35.000Z (over 8 years ago)
- Last Synced: 2025-01-22T15:48:01.445Z (11 months ago)
- Language: JavaScript
- Size: 938 KB
- Stars: 2
- Watchers: 29
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DragonFly
## Install
```bash
$ 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](https://github.com/ethereumjs/testrpc)
```bash
$ testrpc
```
2. Install [Metamask Chrome Extension](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)
3. Import one of the accounts outputted by `testrpc` into Metamask. See [this](http://metamask.consensyssupport.happyfox.com/kb/article/7-importing-accounts) for instructions on how to import accounts.
## Run the Application
1. Run the application
```bash
$ npm run dev
```
2. Open chrome to `http://localhost:3000`