@avareum/solana-tools
v0.12.0
Published
## Features
Readme
Solana Tools
Features
- [x] Use
spl_token_2022. - [x] Use
transfer_checked. - [x] Use
spl_token::ui_amount_to_amount.
Dev
wasm-pack build --target webTest
# rs
cargo test
# wasm
wasm-pack test --headless --firefox
# js
cargo test
cp ./tests/index.html ./pkg
npx live-server ./pkg
open http://127.0.0.1:8080/Release
wasm-pack publish