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).
- Host: GitHub
- URL: https://github.com/pavankpdev/polygon-ens
- Owner: pavankpdev
- Created: 2022-03-19T11:19:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T15:43:57.000Z (about 3 years ago)
- Last Synced: 2025-01-30T09:22:18.626Z (3 months ago)
- Topics: blockchain, ens, polygon, solidity-contracts, web3
- Language: Solidity
- Homepage: polygon-ens-nine.vercel.app
- Size: 7.85 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)