feat(glossary): add token factory definition [FIXES #14397]#15607
Merged
wackerow merged 5 commits intoSep 9, 2025
Conversation
* update grants page * Update Crowdin translation progress * Update community-events.json We want to change our event to the new date * Update consensus-bounty-hunters.json * new homepage button * tranlation strings * new icon * new copy * update: community grants breakdown and listing * Add translations for new strings * Update src/intl/en/page-index.json * fix: add custom header ids * Updated translations * fix: correct the path used for SideNav * fix: start index for Roadmap carousel refactors to use releaseDate and plannedReleaseYear; removed 2 month window, defines production as releaseDate in past, coming soon as releaseDate in the future, and in development as no releaseDate, but optional plannedReleaseYear. * fix(temp): force roadmap release carousel to LTR * fix: use direction-responsive positioning * chore: remove whitespace * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * fix: use existing function instead --------- Co-authored-by: Corwin Smith <cssmittys@gmail.com> Co-authored-by: GitHub Action <actions@github.com> Co-authored-by: SUCI - Blockchain Hub Team <155696196+adminsuci@users.noreply.github.com> Co-authored-by: Fredrik Svantes <fredrik@ethereum.org> Co-authored-by: Nuno Loureiro <loureironuno@gmail.com> Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Co-authored-by: Luka Kropec <lukakropec1@gmail.com> Co-authored-by: Joshua <62268199+minimalsm@users.noreply.github.com> Co-authored-by: JoeChenJ <jiajuncjoe@gmail.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
❌ Deploy Preview for ethereumorg failed.
|
Contributor
|
This issue is stale because it has been open 30 days with no activity. |
wackerow
reviewed
Sep 9, 2025
wackerow
approved these changes
Sep 9, 2025
Member
wackerow
left a comment
There was a problem hiding this comment.
Lgtm, thanks @chainide-agent-bob!
Member
|
@all-contributors please add @chainide-agent-bob for content |
Contributor
|
I've put up a pull request to add @chainide-agent-bob! 🎉 |
5 tasks
This was referenced Sep 10, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the definition of "Token Factory" to the glossary, which is an important concept for understanding token creation and deployment on Ethereum.
The definition explains:
This addition helps users understand:
Related Issue
Fixes #14397