Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aptos-labs/aptos-names-contracts
https://github.com/aptos-labs/aptos-names-contracts
aptos blockchain smart-contracts web3
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aptos-labs/aptos-names-contracts
- Owner: aptos-labs
- Created: 2022-11-09T23:59:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T18:41:11.000Z (5 months ago)
- Last Synced: 2024-06-08T15:56:19.977Z (5 months ago)
- Topics: aptos, blockchain, smart-contracts, web3
- Language: Move
- Homepage:
- Size: 731 KB
- Stars: 57
- Watchers: 36
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Aptos Name Service
Branches
- `main` branch → current dev
- `mainnet` branch → current mainnet deployment
- `testnet` branch → current testnet deployment## Testing
### Unit test
Run `./sh_scripts/move_tests.sh`.### Deploy to testnet
1. Run `aptos init` to create a new profile.
2. Update the address you want to deploy to and profile in `move_publish.sh`.
3. Run `./sh_scripts/move_publish.sh` to deploy.