Closed PaddyMc closed 3 years ago
Removed the ante handler from the issuer module in favor of using injected did and verifiable credentials
meta-issuer of #211
make start-dev
make seed
{ "issuers": [ { "token": "seuro", "fee": 100, "issuer_did": "did:cosmos:cash:vasp" } ], "pagination": null } Check that the tokens have been minted { "supply": [ { "denom": "stake", "amount": "1000000400" } ], "pagination": { "next_key": null, "total": "1" } }
Description
Removed the ante handler from the issuer module in favor of using injected did and verifiable credentials
Issue
meta-issuer of #211
How to test
make start-dev
make seed
What it should look like