nibiru icon indicating copy to clipboard operation
nibiru copied to clipboard

support games-std

Open tak1827 opened this issue 3 years ago • 0 comments

Implement wasmd module custom msg encoder and custom query handler for supporting game-std https://github.com/cosmos-gaminghub/game-std

Checklist

  • impl custom endoder
    • [x] issue denom
    • [x] mint token
    • [x] transfer token
    • [x] edit token
    • [x] burn token
  • impl custom query handler
    • [x] denom
    • [x] all denoms
    • [x] nft
  • [x] confirm a deployed contract work fine.

Affected core subsystem(s)

  • wasmd module

Description of change

  • added wasm package in nft module
  • appended custom encode msg option and custom query handler option to wasmd keepr.

tak1827 avatar Oct 14 '21 23:10 tak1827