From 5b365170a5367601e0170412ea6dd7f70f6f31ec Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:15:14 -0400 Subject: [PATCH] doc: add coverage and build badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 01baf56..d117e20 100644 --- a/README.md +++ b/README.md @@ -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