Vietdung113 / nftango

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Step

  1. Install Aptos client here
  2. Init aptos client:
aptos init

  1. Fund your account
aptos account fund-with-faucet --account default
  1. Compile contract
aptos move compile --named-addresses nftango=default
  1. Run test
aptos move test --named-addresses nftange=default

About

License:MIT License


Languages

Language:Move 100.0%