b3b4d54e49 | ||
---|---|---|
config | ||
contracts | ||
test | ||
utils | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
TributeToTalk.md | ||
embark.json | ||
package.json |
README.md
Contracts
Installation
- Install Embark with
npm install -g embark
- Browse the folder where the contract repository has been cloned and execute
npm install
- Execute
embark blockchain
to run a private node, orembark simulator
for testrpc - 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 withembark test