working in progress
sync | async | |
---|---|---|
native | O | ? |
wasm32 | X | ? |
# Cargo.toml
aptos-client = { git = "https://github.com/nkypy/aptos-client" }
# for wasm32
brew install emscripten
export CC=emcc
export AR=emar
- account_resource
- table_item
- create_single_signer_bcs_transaction
- submit_bcs_transaction
- wait_for_transaction
- account_balance
- collection
- create_collection
- token
- create_token
- token_balance
- token_data
- offer_token
- claim_token
- list_account_token_data