#polkadot #transaction #wallet #blockchain

anychain-polkadot

A Rust library for Polkadot cryptocurrency wallets, enabling seamless transactions on the Polkadot blockchain

3 releases

new 0.1.2 Apr 21, 2024
0.1.1 Mar 5, 2024
0.1.0 Jan 3, 2024

#34 in #cryptocurrencies

MIT/Apache

58KB
1.5K SLoC

anychain-polkadot

anychain-polkadot is a Rust library for Polkadot cryptocurrency wallets. It enables seamless transactions on the Polkadot blockchain.

Features

  • Address generation and validation
  • Transaction building, signing, and broadcasting
  • Querying blockchain data (blocks, transactions, balances, etc.)

Installation

Add the following to your Cargo.toml file:

[dependencies]
anychain-polkadot = "0.1.1"

Then run cargo build to download and compile the library.

Usage

Contributing

We welcome contributions from the community! If you'd like to contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes and commit them to your branch
  4. Create a pull request and describe your changes

Please make sure to follow the Rust coding guidelines and add tests for any new features or bug fixes.

License

anychain-polkadot is released under the MIT License. See the LICENSE file for more information.

Dependencies

~12MB
~235K SLoC