Europa framework v0.1.0
Europa is a sandbox framework for substrate runtime. In v0.1.0, we implement the following things:
- Europa sandbox framework is another implementation for Substrate client.
- Europa framework doesn’t have consensus system, and it can produce block directly.
- Europa framework removes all related parts which are used for supporting runtime Wasm.
- This framework provides state-kv database.
- This framework provides some special RPC method for sandbox feature.
- This framework provides workspace to isolate different execution environments.