Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.17 KB

On-chain Blockies

Blockies but generated on-chain in solidity.

Every ethereum wallet now owns their respective blocky!

Twitter announcement

Contract on etherscan

If you want your blocky to show up on marketplaces, the easiest is to go to etherscan and execute the function emitSelfTransferEvent You can copy paste your ethereum address as the tokenID

(you can do that for other blocky too )

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>

you can mint more token via

pnpm execute localhost scripts/mint.ts <tokenID>

example :

pnpm execute localhost scripts/mint.ts 0x000000000000000000000388c818ca8b9251b393