Go to file
Richard Ramos 100115a938 feat: adding custom message to fee 2019-02-28 08:03:24 -04:00
config update contracts, embark and add Status Network contracts 2018-12-28 05:39:46 -02:00
contracts feat: adding custom message to fee 2019-02-28 08:03:24 -04:00
test Finished the documentation for contract 2018-04-27 11:05:11 -04:00
utils cleanup bootstrap 2018-04-23 01:58:58 -03:00
.gitattributes cleanup bootstrap 2018-04-23 01:58:58 -03:00
.gitignore cleanup contents and update solc 2018-04-23 02:04:49 -03:00
README.md Updating readme 2018-05-07 09:28:55 -04:00
TributeToTalk.md Updated documentation for AutoAccept version of TributeToTalk 2018-12-12 10:39:48 -04:00
embark.json update contracts, embark and add Status Network contracts 2018-12-28 05:39:46 -02:00
package.json Updated package.json to include embark 3.0.0 2018-05-07 09:32:06 -04:00

README.md

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
  • Documentation: 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