Microservice that acts with TON Blockchain and Mixer contract.
- Install Rust
- Install all deps
cargo install --path .- Run project in watch mode with
cargo watch -x runor in simple development mode
cargo run devIf you need to make docs for whole project - run
cargo doc --no-depsor you can create docs for specific file
rustdoc src/main.rsall builded files will appear in target/docs/rust-email-user-service but you can use sc.sh !! Advice to use commands from sc.sh if something not work !!
./sc.sh build- builds production version of app./sc.sh run- runs production version of app./sc.sh dev- runs app in development mode./sc.sh watch- runs app in development mode but with watching for file changes./sc.sh i- installs all deps./sc.sh full_doc- builds docs for all project./sc.sh doc [file_path]- builds doc for one file by path
Eugene K