bridge-frontend-sdk

SDK for easy stable coin interaction on ICON

Usage no npm install needed!

<script type="module">
  import bridgeFrontendSdk from 'https://cdn.skypack.dev/bridge-frontend-sdk';
</script>

README

bridge-frontend-sdk

Repository for the Bridge project frontend SDK

Integrate Bridge

**Right now there is no way to integrate bridge-frontend-sdk as a module. **

This will change when we decide on the rough structure of the sdk. After that you are able to import it as follows:

import {Bridge} from 'bridge-frontend-sdk';

Contributors

If you want to build the project just type:

npm run build