lyrs/readme.md

15 lines
149 B
Markdown
Raw Normal View History

2023-11-10 20:06:30 -06:00
# Running
```
nix shell
cargo run
```
# Testing
```
cargo test
cargo run
hurl contract.hurl --variable base='http://localhost:3000' --verbose
```