-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8332d04
commit e80260a
Showing
4 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# 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: | ||
|
||
```toml | ||
[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](LICENSE) file for more information. |