Building the first Production Facilitator (Beyond Mocks) #2
Unanswered
arun-fairfetch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using a
MockFacilitatorinpayments/mock_facilitator.pyto demonstrate the protocol flow (it accepts anytest_token).The Goal: Build the first production implementation of the
BaseFacilitatorinterface found ininterfaces/facilitator.py.If you have experience in Web3 settlement (EIP-3009) or Fintech APIs, I'd love your input on how to bridge our abstract interfaces with a real-world ledger. Check out interfaces/facilitator.py to see the verify and settle methods we need to implement.
Beta Was this translation helpful? Give feedback.
All reactions