CoinAlpha / gateway-api

Apache License 2.0
47 stars 25 forks source link

Sifchain-core-integration #147

Closed kol845 closed 2 years ago

kol845 commented 2 years ago

This PR adds the core part from sifchain-ui repo.

The core module was extracted as the build version of sifchain-ui core. e.g the build version of core.

Now we can use both /core and /sifchain (sifchainSDK) to have fuller capabilities when interacting with Sifchain.

In later stages /core and /sifchain need to be replaced with a proper SifchainSDK npm package. But we can use these two modules until the Sifchain team has developed and launched a proper SDK.

An example of how to use the /core module is shown in /src/routes/sifchain.ts

Extra stuff added: