Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.