A simple name registry on the Solana blockchain. Each name (e.g., name.sol
) is linked to an owner (wallet address), and users pay a fee to register names. Additional metadata can be stored, such as job title, bio, and more. Names can also be transferred between users.
- Program (smart contract) — written in Anchor
- Frontend (React) — in development
Prerequisites: Solana CLI, Anchor CLI, Node.js, and Yarn
git clone https://github.com/o-tsaruk/solana-name-registry.git
cd solana-name-registry
anchor build
anchor test