Skip to content

Repository files navigation

NameRegistry

A decentralized username registry (first-come-first-serve) on Base (EVM) and Stacks blockchains.

Overview

NameRegistry allows users to register unique usernames on the blockchain.

Features

  • Register distinct usernames
  • Resolve usernames to addresses
  • Multi-chain support

Technology Stack

Frontend

  • Next.js 14+ with TypeScript
  • Tailwind CSS

Base

  • Solidity
  • Foundry

Stacks

  • Clarity
  • Clarinet

Smart Contracts

Base Contract

NameRegistry.sol:

  • register(string name)
  • resolve(string name)

Stacks Contract

name-claim.clar:

  • (register (name (string-utf8 256)))
  • (resolve (name (string-utf8 256)))

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages