Skip to content

wighawag/template-on-chain-art

Repository files navigation

Boilerplate for solidity-based on-chain art

INSTALL

pnpm i

run a node, a web server and a contract deployer (automatic on code changes)

pnpm geth:dev

You can then navigate on http://localhost:4242

it will pick the last ERC721 transfer event and display the corresponding token

You can also specify a specifc token this way: http://localhost:4242#<contract address>_<token id>

With the blockie example, you can mint more token via

pnpm execute localhost scripts/mint.ts <tokenId>

example

pnpm execute localhost scripts/mint.ts 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published