@big-whale-labs/simple-erc721
v0.0.3
Published
ERC721 contracts for testing
Downloads
6
Keywords
Readme
ERC721 contracts for testing
Usage
- Clone the repository with
git clone [email protected]:BigWhaleLabs/simple-erc721.git - Install the dependencies with
yarn - Add environment vareables to your
.envfile - Run the scripts below
Environment variables
| Name | Description |
| ---------------------------- | ------------------------------------ |
| ETHERSCAN_API_KEY | Etherscan API key |
| ETH_RPC | RPC URL (defaults to @bwl/constants) |
| CONTRACT_OWNER_PRIVATE_KEY | Private key of the contract owner |
Also check out the .env.example file for more information.
Available scripts
yarn build— compiles the contract ts interface to thetypechaindirectoryyarn deploy— deploys the contracts to the networkyarn eth-lint— runs the linter for the solidity contractyarn lint— runs all the lintersyarn prettify— prettifies the code in th project
