interlay / interbtc-ui

Kintsugi and Interlay App - BTC DeFi

Home Page:https://app.interlay.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interBTC

interBTC: Use your Bitcoin. Anywhere.

About

The Interlay UI connects the Polkadot and Kusama ecosystem with Bitcoin. It allows the creation of interBTC and kBTC, a fungible token that represents Bitcoin in the Polkadot and Kusama ecosystem. interBTC and kBTC are backed by Bitcoin 1:1 and allow redeeming of the equivalent amount of Bitcoins by relying on a collateralized third-party called Vaults. In comparison to other bridge constructions (like tBTC, wBTC, or RenVM) anyone can become an intermediary by depositing collateral making interBTC and kBTC the only truly open system.

The bridge itself follows the detailed specification: Explore the specification »

It is implemented as a collection of open-source Substrate modules using Rust: Explore the implementation »

Built with

Interlay

You can visit the Interlay application at app.interlay.io.

Kintsugi

You can visit the Kintsugi application at kintsugi.interlay.io.

Testnets

You can visit testnet.interlay.io or kintnet.interlay.io for the latest testnets.

Local development

You can run the both the Kintsugi and Interlay UIs locally on both testnet and mainnet.

Clone this repository and enter into the root folder.

git@gitlab.com:interlay/interbtc-ui.git
cd interbtc-ui
yarn install

Create an .env.development.local file in the root of the project and populate it with the relevant environment variables. These are defined in .env.dev

Start the UI:

yarn start

Test

Test the project.

yarn test

Design System

Run or build Storybook.

yarn storybook # locally run
yarn build-storybook # build

Contributing

See our contribution guidelines

Help

If you are searching for a place to start or would like to discuss features, reach out to us:

License

(C) Copyright 2023 Interlay Ltd

interbtc-ui is licensed under the terms of the Apache License (Version 2.0). See LICENSE.

Contact

Website: Interlay.io

Twitter: @interlayHQ

Email: contact@interlay.io

Acknowledgements

We would like to thank the following teams for their continuous support:

About

Kintsugi and Interlay App - BTC DeFi

https://app.interlay.io/

License:Apache License 2.0


Languages

Language:TypeScript 98.6%Language:JavaScript 1.0%Language:CSS 0.4%Language:HTML 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%