Skip to content

fix(sdk): implement real Merkle proof and Soroban proof serialization #3

fix(sdk): implement real Merkle proof and Soroban proof serialization

fix(sdk): implement real Merkle proof and Soroban proof serialization #3

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with: { version: 8 }
- uses: actions/setup-node@v4
with: { node-version: '20', cache: 'pnpm' }
- run: pnpm install
- run: pnpm build
- run: pnpm test