Skip to content

nkypy/aptos-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aptos SDK

license

working in progress

sync async
native O ?
wasm32 X ?

Usage

# Cargo.toml

aptos-client = { git = "https://github.com/nkypy/aptos-client" }
# for wasm32
brew install emscripten
export CC=emcc
export AR=emar

Functions

  • 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