- OWEN. Original Workes Electronic Notification. Software used by Royalty Administrators to publish assets to the Original Works Protocol.
- DDEX Parser
- Validator_node.
- Prover
To run local setup:
- make sure you got all dependencies installed (node >= 22, npx, forge, cargo, kurtosis)
- run
make local-up. You will be asked whether to create real of fake proving environment.- if you plan to just test owen or validator features, create fake env (it will save time of additional builds and proving)
- if you plan to run e2e test including generating and validating proof onchain then create real env
- run
owenwith.env.localby addingLOCAL=1flag - run
validator_nodewith.env.localby addingLOCAL=1flag. If you run fake proving add alsoRISC0_DEV_MODE=1for time saving.
To shut down local setup:
- run
make local-down