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