Skip to content

namesys-eth/blockies-nft

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.6%
  • Solidity 19.2%
  • HTML 10.7%
  • JavaScript 9.9%
  • Handlebars 1.6%