Skip to content

Files

stylus-verifier

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 24, 2024
Sep 23, 2024
Dec 3, 2024
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
Sep 23, 2024
Sep 23, 2024

Stylus Verifier Service

TODO: this is codegenerated text, change it and provide description of service

Dev

  • Install just cli. Just is like make but better.
  • Execute just to see avaliable dev commands
just
  • Start dev postgres service by just typing
just start-postgres
  • Now you ready to start API server! Just run it:
just run

Troubleshooting

  1. Invalid tonic version
`Router` and `Router` have similar names, but are actually distinct types

To fix this error you need to change tonic version of tonic in blockscout-service-launcer to 0.8

For now you can only change in Cargo.lock