lunatic-solutions/lunatic-rs

Getting started guide

bkolobara opened this issue · 1 comments

Running projects on top of Lunatic introduces a few additional steps to your usual cargo setup.

It would be great to have a step by step explanation how to configure everything so that you can just run cargo run and cargo test, but everything is compiled to Wasm and executed on Lunatic.

In most cases this will be just adding a specific .cargo/config file.

.cargo/config added to the readme.