https://github.com/bonfida/sns-registrar
https://github.com/bonfida/sns-registrar
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bonfida/sns-registrar
- Owner: Bonfida
- Created: 2024-07-15T04:17:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T12:32:24.000Z (over 1 year ago)
- Last Synced: 2025-02-28T18:58:45.009Z (over 1 year ago)
- Language: Rust
- Size: 191 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://immunefi.com/bounty/bonfida/) for more information on our bug bounty program.