nolus-protocol / nolus-money-market

Core logic as CosmWasm contracts defining the Nolus money market
Apache License 2.0
22 stars 14 forks source link

feat(protocol/protocol): Add protocol JSON deserialization library. #427

Closed KirilMihaylov closed 2 days ago

KirilMihaylov commented 1 week ago

CI shall be fixed in consequent commits to the branch.

gmanev7 commented 1 week ago

Could you share your motivation behind this new library package?

gmanev7 commented 1 week ago

what other packages are going to benefit from it? what use case do you envisage it would take part in?

KirilMihaylov commented 1 week ago

The only beneficiary so far is the currencies package's build script, but can be extended to cover dex too in the future, if we decide we'd like to.