All Projects → activeledger → activeledger

activeledger / activeledger

Licence: MIT License
Activeledger is a powerful distributed ledger technology.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to activeledger

ex-healthcare-claims-processing
Reference DAML application demonstrating a healthcare use case.
Stars: ✭ 27 (+58.82%)
Mutual labels:  smart-contracts, dlt, distributed-ledger-technology
ex-bond-issuance
Reference DAML application demonstrating a bond issuance use case.
Stars: ✭ 16 (-5.88%)
Mutual labels:  smart-contracts, dlt, distributed-ledger-technology
iot-device-management
Leveraging Ethereum blockchain platform for identity, authentication and reputation of IoT devices
Stars: ✭ 84 (+394.12%)
Mutual labels:  smart-contracts, distributed-ledger-technology
Go Vite
Official Go implementation of the Vite protocol
Stars: ✭ 257 (+1411.76%)
Mutual labels:  smart-contracts, ledger
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (+1217.65%)
Mutual labels:  smart-contracts, ledger
Credits
Credits(CRDS) - An Evolving Currency For An Evolving Society
Stars: ✭ 14 (-17.65%)
Mutual labels:  smart-contracts, ledger
Insolar
Enterprise-ready blockchain platform
Stars: ✭ 192 (+1029.41%)
Mutual labels:  smart-contracts, ledger
blockchain-consensus
This is my attempt to list all possible blockchain consensus out there, i welcome pull request of the blockchain community! lets make it the main reference for blockchain consensus
Stars: ✭ 79 (+364.71%)
Mutual labels:  smart-contracts, dlt
blockchain-multichain
Application for proposals using blockchain with MultiChain.
Stars: ✭ 18 (+5.88%)
Mutual labels:  dlt, distributed-ledger-technology
obyte-hub
Hub for Obyte network
Stars: ✭ 17 (+0%)
Mutual labels:  dlt, distributed-ledger-technology
quipuswap-webapp
🌐 🧙‍♂️ Decentralized application UI for Quipuswap protocol.
Stars: ✭ 21 (+23.53%)
Mutual labels:  smart-contracts
Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (+429.41%)
Mutual labels:  smart-contracts
Zentanetwork
Zentanetwork is a forkless Proof of Stake consensus for communication and data storage.
Stars: ✭ 15 (-11.76%)
Mutual labels:  smart-contracts
ATS-blockchain
⛓️ Blockchain + Smart contracts from scratch
Stars: ✭ 18 (+5.88%)
Mutual labels:  smart-contracts
satstack
Bitcoin full node with Ledger Live
Stars: ✭ 113 (+564.71%)
Mutual labels:  ledger
SmartContractTrading-wFabric1-4-VSCodeExt
Learn now to create a smart contract with VSCode
Stars: ✭ 27 (+58.82%)
Mutual labels:  smart-contracts
hardhat-abi-exporter
🧰 Export Solidity contract ABIs on compilation ⚙️
Stars: ✭ 29 (+70.59%)
Mutual labels:  smart-contracts
waifusion-site
The new Waifusion dApp website in React (old website in v1 branch)
Stars: ✭ 20 (+17.65%)
Mutual labels:  smart-contracts
ledger-plots
R functions to plot data from your ledger
Stars: ✭ 24 (+41.18%)
Mutual labels:  ledger
nft-contracts
Open-source NFT contracts used by buildship.dev
Stars: ✭ 60 (+252.94%)
Mutual labels:  smart-contracts

npm version npm lerna MIT license

Activeledger

Activeledger is a powerful distributed ledger technology. Consider it as a single ledger updated simultaneously in multiple locations. As the data is written to a ledger, it is approved and confirmed by all other locations.

Installation

Please see our documentation for detailed instructions. We currently have 2 languages available.

Language
English documentation
Chinese 说明文档

Quickstart Guide

Use NPM to install the 3 main applications for running activeledger.

npm i -g @activeledger/activeledger @activeledger/activerestore @activeledger/activecore
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

Developer Tools

We have created an IDE for developers to create and manage Activeledger smart contracts across multiple networks. This IDE helps manage the private keys for developers to sign their contracts with and the namespaces their contracts will be stored under in each specific network. This tool is currently in beta but is available for Linux, Windows and OSX.

IDE User Guide | 用户指南

Activeledger IDE

IDE Download

Visit Release section

Building from source

Prerequisites

We use lerna to manage this monorepo. Make sure you have lerna installed.

npm install --global lerna

Building

npm i
npm run setup

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].