An open API service indexing awesome lists of open source software.

https://github.com/pavankpdev/polygon-ens

A simple web3 project built on top of Polygon PoS L2 chain to simulate ENS (Ethereum Name Service).
https://github.com/pavankpdev/polygon-ens

blockchain ens polygon solidity-contracts web3

Last synced: about 1 month ago
JSON representation

A simple web3 project built on top of Polygon PoS L2 chain to simulate ENS (Ethereum Name Service).

Awesome Lists containing this project

README

        

# polygon-ens
A simple web3 project built on top of Polygon PoS L2 chain to simulate ENS (Ethereum Name Service).

This project was built with the reference from on of [Buildspace web3 projects](https://zip.sc/UmeNe).

# Setup

The project is built with
- Solidity smart contracts
- Hardhat
- React

### Installation

1. Common for both `contracts` and `client` directories
```shell
yarn
```
or
```shell
npm install
```

Refer hardhat docs commands [here](https://hardhat.org/)