Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport of custom uri suppport #62

Closed
wants to merge 5 commits into from

Conversation

shorsher
Copy link
Member

backport of #61 & #60

The ERC721WithData contract now supports custom token URI's on mint.

 - constructor now takes an optional baseURI string
 - new MintWithURI method that sets the URI for the provided token id

Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
 - Added new TokenFactory interface for ERC165 support
 - Updated ERC721WithData interace to include MintWithURI

Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
`mint` and `createpool` api's now accept a `uri` parameter

Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
Signed-off-by: Alex Shorsher <alex.shorsher@kaleido.io>
@shorsher shorsher marked this pull request as draft June 24, 2022 19:59
@shorsher shorsher closed this Jul 6, 2022
@shorsher shorsher deleted the uri-backport branch July 6, 2022 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant