allinbits / cosmos-cash

Cosmos Cash
https://docs.cosmos-cash.app.beta.starport.cloud/
Apache License 2.0
36 stars 12 forks source link

feat(create-issuer): remove ante handler in favor of using injected d… #236

Closed PaddyMc closed 3 years ago

PaddyMc commented 3 years ago

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

What it should look like

{
  "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"
  }
}