A blockchain for trust-free markets in financial derivatives
This is being used by: æternity.
you will need Erlang and a couple of libraries. Please follow instructions:
Read about the commands in depth in the docs
Start your node with following script:
sh start.sh
To sync with the network and download the blockchain:
sync:start().
After fresh install, one can start mining.
To start mining with all CPU cores:
mine:start().
To stop mining:
mine:stop().
to check if you are currently mining:
mine:is_on().
easy:spend(To, Amount).
To is the recipient's account ID
tx_pool:data().
keys:id().
If it returns something less than 1, that means you don't have an account yet.
(does get done automatically when no account and mining starts) Make an account
easy:balance().
To stop a node run:
easy:off().
If you want to know more, get in touch with us via gitter chat