0.0.0-beta.21 • Published 1 year ago

@hop-protocol/v2-sdk v0.0.0-beta.21

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@hop-protocol/v2-sdk

The Hop Protocol v2 TypesScript SDK

Documentation License dependencies Status NPM version npm bundle size (scoped version)

Demo

https://v2-sdk-demo.hop.exchange/

Install

npm install @hop-protocol/v2-sdk

CDN

https://cdn.jsdelivr.net/npm/@hop-protocol/v2-sdk@latest/hop.js(jsDelivr CDN)

<script src="https://cdn.jsdelivr.net/npm/@hop-protocol/v2-sdk@latest/hop.js"></script>

https://unpkg.com/@hop-protocol/v2-sdk@latest/hop.js(unpkg CDN)

<script src="https://unpkg.com/@hop-protocol/v2-sdk@latest/hop.js"></script>

Documentation

See docs-v2.hop.protocol/js-sdk

Development

Install dependencies

npm install

Run watcher

npm run dev

Generate documentation

npm run docs

Test

npm test

License

MIT