@activeledger/activeledger

This package contains the main application for running the Activeledger blockchain

Usage no npm install needed!

<script type="module">
  import activeledgerActiveledger from 'https://cdn.skypack.dev/@activeledger/activeledger';
</script>

README

Activeledger

This package contains the main Activeledger application.

|Language| | |--------|-| |English| documentation| |Chinese| 说明文档|

Creating a local Activeledger testnet

Run the following command to create a 3 node local testnet.

activeledger --testnet

Activeledger Create Testnet

When the testnet has been created you can run all of them at once but running

node testnet

Alternatively you can run each instance of Activeledger independantly by navigating into the instance-x folders which have been created and running

activeledger

Activeledger Launch Testnet