You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧐 Motivation
Create simple ERC20 and ERC777 presets with fixed supply.
The benefits are:
Easy to deploy (including from Remix).
No access control (for minting/pausing), and hence no governance required.
Can be verified easily on public networks and then are verified for all.
📝 Details
Community members are creating their own simple ERC20 tokens, so it would be good if they could use a Preset from Contracts which wouldn't require any code changes.
To verify contracts as multi-file it is best to use Buidler Etherscan plugin (Truffle plugin is getting updated). This can be a challenge for community members deploying from Remix. A preset contract once verified on a network would be verified for all subsequent deployments.
🧐 Motivation
Create simple ERC20 and ERC777 presets with fixed supply.
The benefits are:
📝 Details
Community members are creating their own simple ERC20 tokens, so it would be good if they could use a Preset from Contracts which wouldn't require any code changes.
To verify contracts as multi-file it is best to use Buidler Etherscan plugin (Truffle plugin is getting updated). This can be a challenge for community members deploying from Remix. A preset contract once verified on a network would be verified for all subsequent deployments.
The Simple ERC777 token example in the forum has 4K+ views so there is potential interest in an ERC777 preset too.
https://forum.openzeppelin.com/t/simple-erc777-token-example/746
Potential presets could look like the following:
Draft ERC20PresetFixedSupply
Draft ERC777PresetFixedSupply
The text was updated successfully, but these errors were encountered: