Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 538 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 538 Bytes

ainft-factory-program-contracts

Template code for AINFT contracts.

Expected node version is >= 16.0.0.

Make a copy of the .env.example and rename it .env. Fill out the keys in the file.

Install dependencies

$ yarn

Compile Solidity

$ yarn compile

Lint Solidity

$ yarn lint:sol

Apply prettier

$ yarn prettier

Run tests

$ yarn test

Run deploy script

$ yarn deploy:goerli

Run mint script

$ yarn mint:goerli