https://github.com/pontem-network/test-coins
Liquidswap Testcoins
https://github.com/pontem-network/test-coins
Last synced: about 2 months ago
JSON representation
Liquidswap Testcoins
- Host: GitHub
- URL: https://github.com/pontem-network/test-coins
- Owner: pontem-network
- Created: 2022-09-15T17:04:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T11:34:41.000Z (11 months ago)
- Last Synced: 2025-02-05T20:07:50.244Z (3 months ago)
- Language: Move
- Size: 19.5 KB
- Stars: 9
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```toml
[dependencies.TestCoins]
git = 'https://github.com/pontem-network/test-coins.git'
rev = 'main'
```And use in code:
```move
use test_coins::coins::{USDT, BTC, USDC, ETH, DAI};
```### Build
[Aptos CLI](https://github.com/aptos-labs/aptos-core/releases) required:
aptos move compile
### Test
aptos move test
### License
MIT.