/interface

An open source interface for Insure protocol

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Insure Protocol Interface

An open source interface for Insure - a protocol for hedging against crypto market volatility.

Accessing the Insure Interface

To access the Insure Interface, visit staging.insurefinance.xyz.

How to use

Install it and run:

cp .env.example .env.local
yarn
yarn dev

Contributions

For steps on local deployment, development, and code contribution, please see CONTRIBUTING.

Troubleshooting

Issue: I cannot connect to staging.insurefinance.xyz

The insure-ui is hosted on IPFS in a decentralized manner. staging.insurefinance.xyz just holds a CNAME record to the Cloudflare IPFS gateway. You can use any public or private IPFS gateway supporting origin isolation to access insure-ui if for some reason the Cloudflare gateway doesn't work for you

Just go to <your favorite public ipfs gateway>/ipns/staging.insurefinance.xyz

⚠️ Make sure the gateway supports origin isolation to avoid possible security issues: you should be redirected to URL that looks like https://staging-insurefinance-xyz.<your gateway>