alan 0.41.4+1 copy "alan: ^0.41.4+1" to clipboard
alan: ^0.41.4+1 copied to clipboard

Pure Dart library to easily integrate with any Cosmos-based chain.

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 version
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>
6
likes
110
pub points
67%
popularity

Publisher

unverified uploader

Pure Dart library to easily integrate with any Cosmos-based chain.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, asn1lib, bech32, bip39, convert, equatable, fixnum, grpc, hex, http, json_annotation, json_serializable, meta, pointycastle, protobuf

More

Packages that depend on alan