/nftango

Primary LanguageMoveMIT LicenseMIT

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