Skip to content

pontem-network/test-coins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Coins for Liquidswap

The smart contracts contain deployed coins for tests purposes.

  • BTC
  • USDT
  • ETH
  • DAI
  • USDC

Add as dependency

Update your Move.toml with

[dependencies.TestCoins]
git = 'https://github.com/pontem-network/test-coins.git'
rev = 'main'

And use in code:

use test_coins::coins::{USDT, BTC, USDC, ETH, DAI};

Build

Aptos CLI required:

aptos move compile

Test

aptos move test

License

MIT.