diff --git a/README.md b/README.md index b310cce..da3b776 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +- 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` diff --git a/TributeToTalk.md b/TributeToTalk.md index 31d5901..6522abf 100644 --- a/TributeToTalk.md +++ b/TributeToTalk.md @@ -24,7 +24,7 @@ Inspired by one of Satoshi Nakamoto’s 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