Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.09 KB

File metadata and controls

21 lines (14 loc) · 1.09 KB

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