Skip to content

Commit cb6fdfc

Browse files
committed
v0.50.x-wasmvm2 docs
1 parent bb40d9f commit cb6fdfc

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The `tokenfactory` module allows any account to create a new token with the name
77
- Create a transfer of their denom between any two accounts
88
- Change the admin. The `ChangeAdmin` functionality allows changing the master admin account, or even setting it to "", meaning no account has admin privileges of the asset.
99

10+
## Supported Versions
11+
12+
| Tokenfactory | Cosmos-SDK | wasmvm | branch
13+
| ------------ | ---------- | ------ | ------ |
14+
| v0.50.X-wasmvm2 | v0.50.X | v2 | [main](https://github.com/strangelove-ventures/tokenfactory/tree/main) |
15+
| v0.50.X | v0.50.X | v1 | [main_wasmvm1](https://github.com/strangelove-ventures/tokenfactory/tree/main_wasmvm1) |
16+
1017
## References
1118

1219
- Osmosis Labs [TokenFactory](https://github.com/osmosis-labs/osmosis/tree/main/x/tokenfactory)
@@ -91,7 +98,7 @@ make sim-after-import
9198
```
9299

93100
To run the `tokenfactory` application determinism simulation, run:
94-
101+
95102
```bash
96103
make sim-app-determinism
97104
```
@@ -108,7 +115,7 @@ Append `-random` to the end of the commands above to run the simulation with a r
108115
tokend tx tokenfactory create-denom utest --from alice
109116

110117
# Query the newly created token
111-
# cosmos1... is the creator address of the denom (alice)
118+
# cosmos1... is the creator address of the denom (alice)
112119
tokend q tokenfactory denoms-from-creator cosmos1...
113120
denoms:
114121
- factory/cosmos1.../utest
@@ -131,7 +138,7 @@ tokend tx tokenfactory modify-metadata factory/cosmos1.../utest TST "My token de
131138
tokend q tokenfactory denom-authority-metadata factory/cosmos1.../utest
132139
authority_metadata:
133140
admin: cosmos1...
134-
141+
135142
# Query the denom metadata from the bank module
136143
tokend q bank denom-metadata factory/cosmos1.../utest
137144
metadata:
@@ -233,7 +240,7 @@ tokend q bank balance cosmos1... factory/cosmos1.../utest
233240
balance:
234241
amount: "550"
235242
denom: factory/cosmos1.../utest
236-
243+
237244
# Query the account balance of bob
238245
tokend q bank balance [bob-addr] factory/cosmos1.../utest
239246
balance:

0 commit comments

Comments
 (0)