Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 542 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 542 Bytes

Wonder Room Smart Contracts

This repository holds the smart contracts of Wonder Room plarform.

Tech stack

  • Javascript
  • Solidity
  • Hardhat
  • Prettier
  • Openzepelin token interfaces

Instalation

Clone this repository, then run

npm install

Usage

To compile the smart contract:

npm run build or npx hardhat compile

To deploy the smart contracts

npm run deploy:polygon

OR

npm run deploy:amoy

Notes:

  • Available networks: polygon, polygon amoy.
  • Polygon amoy is the testnet.