Skip to content

Commit

Permalink
doc: add coverage and build badges
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Aug 5, 2024
1 parent 92fa671 commit 5b36517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Token Factory

![GitHub commit check runs](https://img.shields.io/github/check-runs/strangelove-ventures/tokenfactory/main)
![Codecov](https://img.shields.io/codecov/c/github/strangelove-ventures/tokenfactory)

The `tokenfactory` module allows any account to create a new token with the name `factory/{creator address}/{subdenom}`. Because tokens are namespaced by creator address, this allows token minting to be permissionless, due to not needing to resolve name collisions. A single account can create multiple denoms, by providing a unique subdenom for each created denom. Once a denom is created, the original creator is given "admin" privileges over the asset. This allows them to:

- Mint their denom to any account
Expand Down

0 comments on commit 5b36517

Please sign in to comment.