5 releases
0.1.4 | Nov 3, 2024 |
---|---|
0.1.3 | Aug 1, 2024 |
0.1.2 | Apr 21, 2024 |
0.1.1 | Mar 5, 2024 |
0.1.0 | Jan 3, 2024 |
#248 in Magic Beans
148 downloads per month
59KB
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.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:
- Fork the repository
- Create a new branch for your changes
- Make your changes and commit them to your branch
- 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
~11MB
~214K SLoC