Skip to content

HipoFinance/sdk-example

Repository files navigation

Hipo SDK Usage Example

Hipo is a decentralized, permission-less, open-source liquid staking protocol on TON blockchain. Visit Hipo.Finance for more information or read the docs.

This is an example web application that uses the Hipo SDK to help users in staking and unstaking. This is effectively a slimmed down version of Hipo webapp to make it easier for you to integrate with Hipo.

You can browse the deployed version at sdk-example.hipo.finance.

To install dependencies:

$> npm i

To run the project locally:

$> npm run dev