You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically a minimal runtime in rust that can execute multiple contracts. Ideally allowing unit-tests to call other modules and mocks for native modules. This needs a bank contract for basic functionality as well as a way to dynamically dispatch to arbitrary contracts.
The text was updated successfully, but these errors were encountered:
This implements what was described in CosmWasm/cosmwasm#90 and CosmWasm/cosmwasm#101.
Basically a minimal runtime in rust that can execute multiple contracts. Ideally allowing unit-tests to call other modules and mocks for native modules. This needs a bank contract for basic functionality as well as a way to dynamically dispatch to arbitrary contracts.
The text was updated successfully, but these errors were encountered: