Network-Goods / hypercerts-sdk

2 stars 0 forks source link

Set up a simple contract on Goerli for testing JSON implementations #18

Closed bitbeckers closed 1 year ago

bitbeckers commented 1 year ago
    We'll set up a simple contract on Goerli for testing JSON implementations

Originally posted by @bitbeckers in https://github.com/Network-Goods/hypercerts/issues/98#issuecomment-1380762061

ccerv1 commented 1 year ago

FYI, here's a uri for testing: ipfs://bafkreicevmmp5yg73r6myejkufqbtr5xppp2dxli4lfqywarf2jotqoxkm/

bitbeckers commented 1 year ago

Contract deployed and tested with your URI on Goerli: Etherscan First mint OpenSea

This contract is just a simple minter where you pass the URI. So no bells and whistles

You can just keep minting and create an overview of the different JSON setups

bitbeckers commented 1 year ago

The first thing I notice is that only the attributes are parsed instead of both attributes and properties. Maybe try with everything under properties?