Skip to content

Commit ceb7523

Browse files
authored
BM-281: Add order-stream (github#93)
- Adds `order-stream` crate for minimal proof requests submission offchain - Integrate the offchain flow with local devnet, broker and cli ### Todo - [ ] Add documentation
1 parent 2f0c381 commit ceb7523

File tree

24 files changed

+1606
-157
lines changed

24 files changed

+1606
-157
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FOUNDRY_OUT=contracts/out
44
# URL RPC node
55

66
RPC_URL="http://localhost:8545"
7+
ORDER_STREAM_URL="http://localhost:8585"
78

89
# Sepolia (https://www.alchemy.com/chain-connect/chain/sepolia)
910
#RPC_URL="https://rpc.sepolia.org"

0 commit comments

Comments
 (0)