Skip to content

A little App creation from the tuto of Buildspace to learn Solidity and deploy an ENS on Polygon

Notifications You must be signed in to change notification settings

NelsonRodMar/buildspace-solidity-name-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build a Domain Service App with Solidity on Polygon - Buildspace Course

Welcome 👋🏼

Basic solidity contract !

This project is a basic contract to learn Solidity. This contract let you pay some native currency to register a domain service as ER721 The NFT generated will have the domain name and a picture of a panda Only the owner of the contract can change the price Only the owner of the contract can withdraw the funds The contract use Ownable and Pausable OpenZeppelin contracts The contract is deployed on Rinkeby : 0xcc7bce2a2bCDA3316D78AcfF1742dE5a6c8D6B7F

Environement variables

  • URL_ALCHEMY= : Used for deployement if you work with Alchemy
  • URL_POKT= : Called for deployement if you want to used Pokt as a node provider
  • ETHERSCAN_API_KEY= : To verify the contract on Etherscan

About

A little App creation from the tuto of Buildspace to learn Solidity and deploy an ENS on Polygon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published