The SNS Registrar is a smart contract repository that provides functionalities for domain registration and management on the Solana blockchain. It allows users to register .sol domains using fungible tokens (like SOL, USDC, etc.) or Non-Fungible Tokens (NFTs).
- Mainnet program ID
jCebN34bUfdeUYJT13J1yG16XWQpt5PDx6Mse9GUqhR
- Devnet program ID
snshBoEQ9jx4QoHBpZDQPYdNCtw7RMxJvYrKFEhwaPJ
- Domain Registration: Users can register .sol domains. The registration process can be done using fungible tokens or NFTs.
- Reverse Lookup Accounts: The SNS Registrar allows users to create reverse lookup accounts. This feature is useful for resolving a domain name from its corresponding account key.
- Domain Deletion: Users have the ability to delete their domains and associated reverses
A reproducible build script (build.sh
) can be used to build the program using docker
For security disclosures or to report a bug, please visit ImmuneFi for more information on our bug bounty program.