Skip to content

Latest commit

 

History

History

README.md

This repository, contains Test and Deployment scripts for following Smart Contracts:

  • GameItem
  • Greeter
  • Simplestorage
  • Token
  • Artwork
  • MultiSigWallet
  • ERC1155

To start using this repository, simply clone it or download the zip file. Once downloaded, run npm install to install all the necessary packages.

To get your own Testnet head builbear

  • Create a Testnet on BuildBear
  • Copy the RPC and explorer link from the Dashboard and add to the hardhat.config.js file

To deploy all the contracts, run npx hardhat run scripts/deployAll.js.

To run all the TestScripts, use the command npx hardhat test.

Creating Testnet, use the command npm run createTestnets

Run the Testscripts, Use the command npm run test