Skip to content
/ testnet Public
forked from shouhuas/testnet

æternity testnet: solving scalability problems by making sense of state-channels

Notifications You must be signed in to change notification settings

bilbma/testnet

 
 

Repository files navigation

Aeternity

A lightning blockchain with oracles.

This is one possible implementation of the æternity vision: æternity.

Compiling and Runing

You will need Erlang and a couple of libraries. Please follow instructions: For Ubuntu For Mac

Commands

Start the blockchain

Start your node with following script:

sh start.sh

Commands

Sync with the network

To sync with the network and download the blockchain:

easy:sync().

Mining

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().

Spend

easy:spend(To, Amount).

To is the recipient's account ID

Last transactions

tx_pool:data().

Find out your account ID

keys:id().

If it returns something less than 1, that means you don't have an account yet.

Create an account

(does get done automatically when no accocunt and mining starts) Make an account

Check your balance

easy:balance().

Stop a node

To stop a node run:

easy:off().

Else

If you want to know more, get in touch with us via Slack

About

æternity testnet: solving scalability problems by making sense of state-channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 81.9%
  • JavaScript 13.7%
  • Shell 2.9%
  • HTML 1.2%
  • Forth 0.3%