Immutable Contract Factories

Adds a factory for deploying Immutable ERC721 and ERC1155 contracts.

Usage

Install

$ npm i

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge create ImmutableERC721Factory --rpc-url <your_rpc_url> --private-key <your_private_key>
$ forge create ImmutableERC1155Factory --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help