f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Make module level transaction messages for the "token" module #115

Closed martyall closed 4 years ago

martyall commented 4 years ago

make transfer / faucet messages following the pattern here https://github.com/f-o-a-m/hs-abci/blob/module-defs/hs-abci-examples/nameservice/src/Nameservice/Modules/Nameservice/Messages.hs

Make router for those messages similar to Nameservice

Also go ahead and split the Token.hs file into smaller compenets like Nameservice