Andrew B Coathup
Andrew B Coathup
I'm interested to see an example implementation. I hope that Sean Papanikolas will be able to share one.
Hi @arpu & @Soren74, I have reached out to Sean Papanikolas to ask if they can share an implementation. @Soren74 my assumption is that you don't use any loops (as...
Hi @Soren74 , The EIP gives examples of minting, transfer and burning large quantities of tokens: >Batch token creation >`emit ConsecutiveTransfer(1, 100000, address(0), toAddress);` If you had a for loop...
Hi @Soren74, I assume that the contract needs to do some tracking of what it has minted and who owns what consecutive tokens, which is why I assume that additional...
Hi @veqtor, I haven't seen any details on Etherscan supporting EIP-2309.
Hi @dimitrileite, Sorry to hear that you are having issues. You may want to look at using Windows Subsystem for Linux (WSL) https://docs.microsoft.com/en-us/windows/wsl/about I use WSL on Windows 10 and...
OpenZeppelin Network.js uses `preinstall` to create a symlink for React. `ln` doesn't exist on Windows. https://github.com/OpenZeppelin/openzeppelin-network.js/blob/master/package.json#L14 An alternative to using Windows Subsystem for Linux is to try installing with Git...
Hi @hydris-bessa, I have answered your question in the forum: https://forum.openzeppelin.com/t/gsn-starter-kit-module-not-found-cant-resolve-openzeppelin-network-lib-react/2810 @ylv-io I haven't had it myself, but community members occasionally report issues with the creation of the soft link...
Hi @srinivasmangipudi! I’m sorry that you had this issue. Unfortunately, I wasn’t able to reproduce this issue. I tried the following: Run `ganache-cli` in a separate terminal In an empty...
Hi @gonzalpetraglia! Thanks for the suggested level, it is really appreciated. OpenZeppelin Upgrades Plugins check for upgrade safety, including checking for `selfdestruct`. Please wait until there has been discussion on...