yun-yeo / aptos-token-swap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token Swap

How to install aptos-cli@v2.0.0

wget https://aptos.dev/scripts/install_cli.py

# convert "aptos-cli-" to "aptos-cli-v2.0.0" at line 248            
vim ./install_cli.py

python3 ./install-cli.py

Run test

aptos account fund-with-faucet --account default
aptos move test --named-addresses token_swap=default
aptos move test --named-addresses token_swap=default

About


Languages

Language:Python 57.3%Language:Move 42.7%