You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Automate generation of TypeScript client wrappers for all Soroban contracts so the Next.js frontend can interact with them without hand-written RPC calls. Bindings must be committed to the repo and versioned.
Acceptance criteria:
soroban-cli contract bindings generated into packages/soroban-clients/src/
Each contract has its own module (betting, rewards, player-nft, vault)
Description:
Automate generation of TypeScript client wrappers for all Soroban contracts so the Next.js frontend can interact with them without hand-written RPC calls. Bindings must be committed to the repo and versioned.
Acceptance criteria:
soroban-clicontract bindings generated intopackages/soroban-clients/src/betting,rewards,player-nft,vault)package.jsonscript:generate:contractsrunsstellar contract bindingstsc --noEmitwithout errors