umee-network / umee

A Golang implementation of the Umee network, a decentralized universal capital facility in the Cosmos ecosystem.
Apache License 2.0
226 stars 170 forks source link

add CosmWasm #802

Closed toteki closed 1 year ago

toteki commented 2 years ago

Summary

We need to investigate how easy / difficult it would be to add CosmWasm to our chain, and experiment with how we would use it.

@RafilxTenfen will be doing the initial investigation.

What we need to add cosmwasm

RafilxTenfen commented 2 years ago

https://blog.cosmos.network/cosmwasm-for-developers-7640ee38430f

"The provided cosmwasm module is a minimal, unopinionated implementation of bindings between the SDK and the smart contract VM. It is embedded in wasmd, which is a fork of gaiad with x/wasmd added. It takes care of all the implementation details, but leaves the field open for you to fork this repo and add custom business logic around it."

RafilxTenfen commented 2 years ago

I will try to do something like Juno