Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 737 Bytes

readme.md

File metadata and controls

31 lines (27 loc) · 737 Bytes

Smart contract for Shareholders Gallery NFT

ShareholdersGallery

Shareholders Gallery NFTs are sold in 3 stages, presale 1, presale 2 and final phase. It is a certificate NFT for shareholders, and based off ERC1155. The contract can be deployed on EVM networks.

Setup

Install dependencies:

$ npm install

Then, truffle framework and relevant packages will be installed automatically.

Compile

Compile smart contract

$ truffle compile

Deployment

Deploy a smart contract The command below will compile, migrate and deploy a smart contract

$ truffle migrate

Test

Test a smart contract. All test scripts are implemented in the test directory, or try the test on Remix

$ truffle test