Skip to content

BCWResearch/hashport-framework

Repository files navigation

hashport

hashport-framework

Utility packages for hashport and APIs

Packages

This repository contains the source code for the following packages:

  • @hashport/sdk is a framework agnostic library that encapsulates all the logic of a hashport transaction into a single class
  • @hashport/react-client utilizes the @hashport/sdk to simplify integrating hashport into React applications.
  • @hashport/widget is a styled component complete with all the functionality of the hashport bridge

Examples

A working frontend application example that uses @hashport/react-client can be found here. For using the @hashport/sdk on the backend, refer to the end-to-end test here.