ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
5.12k stars 4.85k forks source link

Token Factory - New Glossary Term #14397

Open Jorgerl02 opened 2 days ago

Jorgerl02 commented 2 days ago

Checklist

Term name

Token Factory

Term definition

A token factory is a smart contract that facilitates the creation of tokens within a specific standard, such as ERC-20, ERC-721, or ERC-1155. The Smart Contract acts as a template, allowing users to deploy new tokens with custom parameters like name, symbol, supply, and extra functionality without creating a new smart contract from scratch.

We can find several token factories that provide a simple UX to create tokens like smithii.io or onemint.io.

Sources, if any (please do not submit copyrighted content without appropriate approval)

No response

Ethereum.org links

No response

Additional context

No response

Would you like to work on this issue?

JudeAnumudu commented 2 days ago

would like to contribute to this task.

konopkja commented 2 days ago

if we add this term, it must not include any example of any project - "smithii.io or onemint.io" should be deleted

Jorgerl02 commented 2 days ago

Should I remake the changes without the example?