Skip to content

cysbyte/SoccerStarNFT

Repository files navigation

Introduction

Getting Started

Spin the npm version for compilling

npm -g -i npm@8.5.5

This is a hardhat project. To install required node.js modules

npm ci

To compile the solidity source code

npm run compile

To run test

npm run test

To deploy the smart contract on bsc testnet

npm run bsc-test:deployment

To deploy the smart contract on bsc mainnet

npm run bsc:deployment

To open console on testnet

npm run --network bsc-test console

To open console on mainnet

npm run --network bsc console

Deployed Contract Address

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published