Skip to content

(CURRENTLY IN DEVELOPMENT) A lightweight library to manage swaps/withdrawals from fiat to Terra Coins

License

Notifications You must be signed in to change notification settings

TerraMystics/KuCoin.Net.FiatToTerra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation


A lightweight library to manage swaps/withdrawals from Fiat to LUNC/LUNA via the KuCoin Exchange, and makes it very easy for Terra developers to migrate liquidity on-chain.


GitHub GitHub GitHub

Explore the Docs »

Example App · API Reference · NuGet Package · GitHub

Helps dApps & developers migrate customer funds from the KuCoin Exchange to prepare wallets for on-chain transactions & payments.

Features

  • Written in C#, with type definitions
  • Works with Xamarin, Unity, Asp, and all other frameworks in the .Net Ecosystems
  • Makes it easier to manage payments for anyone deploying to the Apple or Google app stores

Installation & Configuration

Grab the latest version off NuGet

dotnet add package Binance.Net.FiatToTerra

Usage

This package can be used for Mobile & Web Developers, or SDK Developers looking to extend the Terra Platform

Manage Payments

abstract void InitiateSwapsForCurrency(string currencyCode);
abstract void MigrateCustomerFundsForOnChain(string kuCoinWallet, string terraWallet);

Binance.Net.FiatToTerra For Unity Developers

If you are using Binance.Net.FiatToTerra for Unity, please make sure to install the following asset in your project, and follow the installation instructions above

License

This software is licensed under the MIT license. See LICENSE for full disclosure.

© 2022 TerraMystics.

About

(CURRENTLY IN DEVELOPMENT) A lightweight library to manage swaps/withdrawals from fiat to Terra Coins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published