Go to file
Ricardo Guilherme Schmidt 480a180c9e
update to solidity 0.5.0 + lint
2018-12-11 00:13:51 -02:00
config Updated test unit to reflect message signing logic 2018-04-26 17:08:59 -04:00
contracts update to solidity 0.5.0 + lint 2018-12-11 00:13:51 -02: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 to add Ropsten address 2018-04-30 07:20:27 -04:00
embark.json cleanup contents and update solc 2018-04-23 02:04:49 -03: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