Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .eslintrc.json

This file was deleted.

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ A React implementation of https://github.com/vulcanize/ethersignal
## Setting up development server
From terminal:
```js
git clone [email protected]:langateam/ethersignal.git && cd ethersignal
git clone [email protected]:vulcanize/ethersignal-1.git && cd ethersignal-1
npm install
npm start
```
Open localhost:8080 in MIST.
Open localhost:3000 in MIST or Chrome running Metamask.

## Deploying to production
The build tool can create a production ready version of the app and deploy it to `gh-pages
`
```js
npm run build
npm run deploy
```

### Contract on TestNet
http://testnet.etherscan.io/address/0x9e75993a7a9b9f92a1978bcc15c30cbcb967bc81#code
13 changes: 0 additions & 13 deletions config/babel.dev.js

This file was deleted.

13 changes: 0 additions & 13 deletions config/babel.prod.js

This file was deleted.

39 changes: 0 additions & 39 deletions config/eslint.js

This file was deleted.

1 change: 0 additions & 1 deletion config/flow/css.js.flow

This file was deleted.

2 changes: 0 additions & 2 deletions config/flow/file.js.flow

This file was deleted.

101 changes: 0 additions & 101 deletions config/webpack.config.dev.js

This file was deleted.

122 changes: 0 additions & 122 deletions config/webpack.config.prod.js

This file was deleted.

21 changes: 0 additions & 21 deletions index.html

This file was deleted.

Loading