catellaTech / REGISTRY-NAMES

Basic registry names project in solidity! the main purpose is to practice and the inspiration comes from ⬇️

Home Page:https://www.thehashmasks.com/names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Registry Name 👾

Author

Lesson 1 is for the creation of a SimpleRegistry (details [here](yieldprotocol/mentorship2022#1)) inspired by the [Hashmasks name registry](https://www.thehashmasks.com/names).

Users may register any number of names to their address as long as they are not already held by another address and may also release any of those names they hold.

This implementation uses Foundry and all functions were locally tested.

Installing / Getting started

# Clone this project
$ git clone https://github.com/catellaTech/REGISTRY-NAMES

# Access
$ cd REGISTRY-NAMES

# Install dependencies
$ forge install

Commands

  • $ forge build
  • $ forge test

Technologies / Built With

  • Solidity
  • Foundry

Note🚨: We started this project a few months back, just for some foundry practice and to get the hang of basic testing features.



Email - J.Gabriela
Made with ❤️ by catellaTech.

About

Basic registry names project in solidity! the main purpose is to practice and the inspiration comes from ⬇️

https://www.thehashmasks.com/names


Languages

Language:Solidity 99.9%Language:Makefile 0.1%Language:Nix 0.0%