Skip to content

0xcregis/anychain-aptos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anychain-aptos

anychain-aptos is a Rust library that provides a simple and unified interface for interacting with the Aptos blockchain.

Features

  • Transaction Processing: Functionality to create, sign, and broadcast transactions on the Aptos network
  • Integration with Aptos RPC API: Interact with the Aptos RPC API for querying account information, transaction details, etc.
  • Wallet Management: Creating and managing Aptos wallets, including keypair generation, public/private key management, etc.

Installation

Add the following to your Cargo.toml file:

[dependencies]
anychain-aptos= "0.1.0"

Then, run cargo build to download and compile the library.

Usage

cargo run --example transfer-coin

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published