-
Notifications
You must be signed in to change notification settings - Fork 61
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
Deploy to NPM #7
Comments
hey, we'd have to adjust the structure a bit to make that work but agreed. currently it's code snippets you can add to your own project but if we turn it into a contract you inherit this would work. |
@ScreamingHawk and @elie222 , We are definitely going to create a npm package for ERC721R. I will put it in my task list. |
@ScreamingHawk and @elie222 , I had created an npm package for ERC721R. |
Awesome. We have a PR being worked on that will help here: #16 |
It wasn't a mistake. Right now the npm package doesn't do anything as there's no contract to inherit from for your own project. But as we extract the core refund functionality into its own contract the npm package will become useful. |
ERC721A is available on NPM, which makes it easy to include in projects managed with npm/yarn.
https://www.npmjs.com/package/erc721a
It would be awesome to see ERC721R available in this way as well.
The text was updated successfully, but these errors were encountered: