f-o-a-m / kepler

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

Move nameservice token module to SDK #189

Closed IvantheTricourne closed 4 years ago

IvantheTricourne commented 4 years ago

The nameservice token module (i.e., actions to transfer, burn and mint tokens) should be moved to the SDK. From there, it should be updated to use account balances with proper coin denominations (e.g. a nameservice coin) via the SDK's auth module.

The FaucetAccount action should remain in nameservice.