Updating readme

This commit is contained in:
Richard Ramos 2018-05-07 09:28:55 -04:00 committed by GitHub
parent d89586a6fc
commit abe83d47e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 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`