7.6 Developer Notes
๐งช TrustBridge uses Husky to enforce linting and formatting on every commit.
๐จ Pushes are blocked if errors exist.
Check before pushing:
npm run lint
npm run format
๐ก Backstop logic is handled automatically at protocol level.
๐งพ No escrows or milestone flows: liquidity is direct and permissionless.
๐ฅ User roles (borrower/lender) are inferred from wallet activity.
๐ All contract data is visible on-chain via Stellar Explorer.
Last updated