Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.43 KB

SNS Registrar



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).

Program ID

  • Mainnet program ID jCebN34bUfdeUYJT13J1yG16XWQpt5PDx6Mse9GUqhR
  • Devnet program ID snshBoEQ9jx4QoHBpZDQPYdNCtw7RMxJvYrKFEhwaPJ

Features

  • 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

Reproducible build

A reproducible build script (build.sh) can be used to build the program using docker

Security

For security disclosures or to report a bug, please visit ImmuneFi for more information on our bug bounty program.