Coder Social home page Coder Social logo

eshnil2000 / testnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shouhuas/testnet

0.0 1.0 0.0 2.17 MB

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

Home Page: http://www.aeternity.com

License: Other

Forth 0.54% Shell 2.94% HTML 1.03% JavaScript 12.09% Erlang 83.41%

testnet's Introduction

Aeternity

A blockchain for trust-free markets in financial derivatives

This is being used by: æternity.

Compiling and Runing

you will need Erlang and a couple of libraries. Please follow instructions:

For Ubuntu

For Mac

Commands

Read about the commands in depth in the docs

Start the blockchain

Start your node with following script:

sh start.sh

Sync with the network

To sync with the network and download the blockchain:

sync:start().

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 account 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 gitter chat

testnet's People

Contributors

zack-bitcoin avatar keypair avatar sjamayee avatar stefek99 avatar vizanto avatar groundedsage avatar zp-sd avatar

Watchers

Nick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.