-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
User Story
As a developer, I want to interact with paycrest's gateway contract and APIs. Bonadocs playground allows us have a single environment to enable intuitive interaction.
Acceptance Criteria
-
GIVEN the API endpoints in our docs
api.md
WHEN trying to query certain information i.e fetch exchange rates
THEN create bonadocs actions that query the endpoints withfetchAPI in javascript. Also add
Sample: -
GIVEN the gateway contract
WHEN trying to create orders
THEN create a bonadocs action that interacts with the API and gateway contract to create an order
Clue: https://x.com/thisdavidboy/status/1855883450575933532 -
GIVEN the sender API
WHEN external apps want to enable off ramp
THEN initiate an order using the sender API
Tech Details
- Go to Bonadocs and create a paycrest playground with both USDT and gateway contract on chains that gateway is deployed.
