https://github.com/pontem-network/faucet
Move Faucet contracts
https://github.com/pontem-network/faucet
Last synced: about 2 months ago
JSON representation
Move Faucet contracts
- Host: GitHub
- URL: https://github.com/pontem-network/faucet
- Owner: pontem-network
- Created: 2022-05-20T17:31:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T17:55:28.000Z (9 months ago)
- Last Synced: 2025-02-05T20:07:52.428Z (3 months ago)
- Language: Move
- Size: 15.6 KB
- Stars: 11
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Move Faucet
Faucet contracts written in Move language.
Deployed at `0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9` address in Aptos Devnet.
### Request funds using Aptos CLI
You can request the following coins each 12 hours:
**To request BTC:**
```shell
aptos move run --function-id 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::faucet::request --type-args 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::BTC --args address:43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9
```**To request USDT:**
```shell
aptos move run --function-id 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::faucet::request --type-args 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::USDT --args address:43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9
```Replace the last `address` argument with your own address.