Giter Site home page Giter Site logo

AAA Chain

AAA Chain is the customized blockchain implementation based on Bitshare2.0 for data area scenario.

Import new object type to support data creation and transaction.

Migrate webassembly VM into AAA chain to provide contract.

Build from source

Build on Ubuntu 16.04 LTS, and the build dependencies may be installed with:

sudo apt-get update
sudo apt-get install autoconf cmake git libboost-all-dev libssl-dev g++ libcurl4-openssl-dev

To build after all dependencies are installed:

git clone https://github.com/AAAChain/aaa_chain.git
cd aaa_chain
git checkout <LATEST_RELEASE_TAG>
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Release .
make -j8  

NOTE: To speed the buiding, usually set the number of parallel tasks to twice of the number of cpu cores. AAA Chain requires a Boost version in the range [1.57, 1.63].

Start witness node

After building, launch the witness node with the following command:

./programs/witness_node/witness_node  --rpc-endpoint="127.0.0.1:8090"

The node will consume some time to sync data from the chain.

Start command line wallet

After starting the witness node, start commandline wallet in a separate terminal by running:

./programs/cli_wallet/cli_wallet --server-rpc-endpoint=ws://127.0.0.1:8090

Set your inital password:

>>> set_password <PASSWORD>
>>> unlock <PASSWORD>

To import your initial balance:

>>> import_balance <ACCOUNT NAME> [<WIF_KEY>] true

If you send private keys over this connection, rpc-endpoint should be bound to localhost for security.

Use help to see all available wallet commands. Source definition and listing of all commands is available here.

Support

bugs can be reported to the issue tracker.

wallet api can be viewed from wiki-wallet-api.

Notice

Please notice the current open source version of AAA chain is behind our latest development version. This is to protect IP right in the early stage of project development.

aaachain's Projects

alipay icon alipay

一个PHP文件搞定支付宝支付系列,包括电脑网站支付,手机网站支付,扫码支付,JSAPI支付、单笔转账到支付宝账户、交易结算(分账、分润)、网页授权获取用户信息等

go-ethereum icon go-ethereum

Official Go implementation of the Ethereum protocol

tss-lib icon tss-lib

Threshold Signature Scheme, for ECDSA

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.