anychain-polkadot

Crates.ioanychain-polkadot
lib.rsanychain-polkadot
version0.1.6
created_at2024-01-03 02:50:57.500745+00
updated_at2025-07-09 08:30:18.040969+00
descriptionA Rust library for Polkadot cryptocurrency wallets, enabling seamless transactions on the Polkadot blockchain
homepagehttps://www.cregis.com
repositoryhttps://github.com/0xcregis/anychain
max_upload_size
id1086944
size112,104
George James (george-james-mo)

documentation

README

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.4"

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.

Commit count: 525

cargo fmt