All Projects → alan-sdk → alan.dart

alan-sdk / alan.dart

Licence: MIT license
Pure Dart library allowing you to easily integrate with any Cosmos-based chain.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to alan.dart

ethmerge.com-content
Markdown formatted content for the ethmerge.com website.
Stars: ✭ 29 (+26.09%)
Mutual labels:  proof-of-stake
fts-tree
PoC implementation of follow-the-satoshi in a Merkle tree.
Stars: ✭ 17 (-26.09%)
Mutual labels:  proof-of-stake
rpicore
RPICoin - Proof of Stake Cryptocurrency
Stars: ✭ 16 (-30.43%)
Mutual labels:  proof-of-stake
digital-assets-association-poland
🐋 🐋 https://meetup.com/Silesia-Blockchain-Meetup 🐋 🐋
Stars: ✭ 14 (-39.13%)
Mutual labels:  proof-of-stake
netcoin
Netcoin - Digital currency with personal interest rate and fair weight stake mining
Stars: ✭ 18 (-21.74%)
Mutual labels:  proof-of-stake
peercoin
Reference implementation of the Peercoin protocol.
Stars: ✭ 547 (+2278.26%)
Mutual labels:  proof-of-stake
SecretNetwork
𝕊 The Secret Network
Stars: ✭ 466 (+1926.09%)
Mutual labels:  proof-of-stake
cocol
Rapid blockchain prototyping
Stars: ✭ 19 (-17.39%)
Mutual labels:  proof-of-stake
kcoin
A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
Stars: ✭ 17 (-26.09%)
Mutual labels:  proof-of-stake
Zentanetwork
Zentanetwork is a forkless Proof of Stake consensus for communication and data storage.
Stars: ✭ 15 (-34.78%)
Mutual labels:  proof-of-stake
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 (+243.48%)
Mutual labels:  proof-of-stake
exchain
⛓️ The Infrastructure of Decentralized Exchange ✨
Stars: ✭ 349 (+1417.39%)
Mutual labels:  proof-of-stake
sgxwallet
sgxwallet is the first-ever opensource high-performance hardware secure crypto wallet that is based on Intel SGX technology. First opensource product on Intel SGX whitelist. Scales to 100,000+ transactions per second. Currently supports ETH and SKALE, and will support BTC in the future. Sgxwallet is under heavy development and use by SKALE network.
Stars: ✭ 50 (+117.39%)
Mutual labels:  proof-of-stake
juno
A Cosmos Hub data aggregator and exporter.
Stars: ✭ 30 (+30.43%)
Mutual labels:  cosmosnetwork

GitHub Workflow Status Codecov branch Pub Version GitHub

Alan.dart is a pure Dart package allowing you to easily integrate your Dart-based project with any Cosmos-based blockchain.

You can find the documentation on the official website.

Cosmos-SDK compatibility table

Over time, we developed different versions of this library to be compatible with multiple Cosmos SDK releases. Following you can find the compatibility table that indicates which version you should use:

Cosmos SDK version(s) Alan.dart branch
v0.40.x, v0.41.x, v0.42.x v0.40.x
v0.45.x v0.41.x

Getting started

To start using this library inside your project, just edit your pubspec.yml file adding the following lines:

dependencies:
  alan: <version>

The latest available version is:
Pub Version

You can even use a specific GitHub tag or branch if you want:

dependencies:
  alan:
    git:
      url: git://github.com/alan-sdk/alan.dart.git
      ref: <branch or tag>
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].