Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
e11io committed Mar 23, 2018
1 parent ef53bbc commit 4e5ac9c
Show file tree
Hide file tree
Showing 67 changed files with 60,054 additions and 32,206 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

0.1.7 / 2018-03-20
==================

* Assets Requirements
* Fix send tokens script
* Fix migration
* Evnm mine helper added

0.1.6 / 2018-03-15
==================

Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -72,12 +72,12 @@ Please check the [documentation](https://e11-io.github.io/crypto-wars-solidity/)
```shell
./script/full-node.sh # this will create a local full node of the e11 Proof of Authority chain (311)
```

- Console 2:
```shell
npm run start:poa # this will start the angular server with the PoA environment.
```

Lastly open http://localhost:4200 and on Metamask connect to http://localhost:8311


Expand All @@ -93,6 +93,8 @@ Please check the [documentation](https://e11-io.github.io/crypto-wars-solidity/)

- Update contract addresses on `src/environments/environment.poa`

- Update ExperimentalToken address on `scripts/send-testnet-tokens.js`

- Copy `build/contracts` folder and paste it on `src/assets/contracts`

## How to send e11 and ether to contributors
Expand Down

0 comments on commit 4e5ac9c

Please sign in to comment.