The code in this repo solves the millionaire's problem in a rather naive way.
This is part of the Getting Started Guide. It is meant as an easy to understand first contract example. Therefore, it is expected to value readability over optimized code and idiomatic Rust.
For a detailed breakdown of the contract code, check out here
This will create an environment that automatically starts localsecret, and exposes the ports for application development. To connect,
prepend the port number with the gitpod url. e.g. if my workspace is at https://scrtlabs-gitpoddevenv-shqyv12iyrv.ws-eu54.gitpod.io
then I would be able
to connect to the LCD service at https://1317-scrtlabs-gitpoddevenv-shqyv12iyrv.ws-eu54.gitpod.io
.
This repo also comes with all the dependencies you need to develop Secret Contracts, and SecretCLI.