https://github.com/aptos-labs/aptos-names-contracts
https://github.com/aptos-labs/aptos-names-contracts
aptos blockchain smart-contracts web3
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aptos-labs/aptos-names-contracts
- Owner: aptos-labs
- Created: 2022-11-09T23:59:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T17:15:58.000Z (over 1 year ago)
- Last Synced: 2025-03-02T03:54:00.276Z (over 1 year ago)
- Topics: aptos, blockchain, smart-contracts, web3
- Language: Move
- Homepage:
- Size: 778 KB
- Stars: 64
- Watchers: 38
- Forks: 25
- Open Issues: 3
-
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.