Merge branch '096-tribute-to-talk' of https://github.com/status-im/contracts into 096-tribute-to-talk

This commit is contained in:
Richard Ramos 2018-05-07 09:32:18 -04:00
commit 23eb306fab
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,19 @@
# Contracts
## Installation
1. Install Embark with `npm install -g embark`
2. Browse the folder where the contract repository has been cloned and execute `npm install`
3. Execute `embark blockchain` to run a private node, or `embark simulator` for testrpc
4. Execute `embark run` to compile contracts and run webserver (if applies).
If you need to access the abi for the contracts, after running the previous commands, they will be available in the folder `./dist/contracts/`
See more information about Embark framework here: https://embark.status.im/
## Projects
### Tribute to talk
- Idea #96 Tribute to Talk - [Link](https://ideas.status.im/ideas/96-message-tributes)
- Documentation: [TributeToTalk.md](TributeToTalk.md)
- Documentation: [TributeToTalk.md](TributeToTalk.md)
- Running test - After executing `embark run` to compile the contracts, `node test/messageSigned-test.js` This will be changed in the future to run with `embark test`

View File

@ -24,7 +24,7 @@ Inspired by one of Satoshi Nakamotos original suggested use cases for Bitcoin
Contract deployment is an activity that will be performed before the 'Tribute to Talk' functionality is included in the Status App. Deployment of this contract requires knowing beforehand the address of the token contract to be used (STT for testnets, SNT for mainnet)
The contract is available in the following chains:
- Ropsten: 0x000000000000000000000000
- Ropsten: 0x13e6db69307f408bbdcd2871f9297cca9e78b549
- Kovan: 0x000000000000000000000000
- Mainnet: 0x000000000000000000000000