@hop-protocol/sdk
v0.0.41
Published
The v1 Hop Protocol TypeScript SDK
Readme
Hop v1 SDK
The Hop Protocol v1 TypeScript SDK
Demo
https://sdk-demo.hop.exchange/
Install
pnpm --filter @hop-protocol/sdk... installCDN
<script src="https://cdn.jsdelivr.net/npm/@hop-protocol/sdk@latest/hop.js"></script><script src="https://unpkg.com/@hop-protocol/sdk@latest/hop.js"></script>Documentation
For getting started and examples, see docs.hop.exchange/v/developer-docs/js-sdk/js-sdk
For sdk API reference, see sdk-docs.hop.exchange
Development
Install dependencies
pnpm installRun build watcher
pnpm run devBuild sdk
pnpm run buildGenerate documentation
pnpm run docsThe markdown API reference docs are generated in docs/. There's is also a generated website for the API reference the docs at docs-ui/.
Test
pnpm test