2.0.1 • Published 3 months ago

@sorosan-sdk/core v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Sorosan SDK

Introducing the Sorosan SDK, your gateway to a seamless Stellar network development experience. With the Sorosan SDK, we're empowering developers to harness the full potential of Stellar with ease. Keep an eye on our updates for exciting features and releases as we embark on this journey together. Star and watch to stay in the loop!

Install

To use as a module in a Node.js project

  1. Install it using npm:
npm install --save @sorosan-sdk/core
  1. require/import it in your JavaScript/Typescript:
import { 
    SorosanSDK,     
    MAINNET_DETAILS,
    TESTNET_DETAILS
} from '@sorosan-sdk/core'

const sdk: SorosanSDK = SorosanSDK(TESTNET_DETAILS)		// Currently only support testnet
const contractSDK = sdk.contract;		                // To access other SDK

To use as a module locally

  1. Clone this repo
git clone https://github.com/sorosan/sorosan-sdk
  1. Install packages and build
cd sorosan-sdk
npm i
npm run build

This should generate a dist/ where you can use SorosanSDK() like in node.js

Testing

npm run test

Documentation

Documentation source for repo can be found here

Others

2.0.1

3 months ago

2.0.0

3 months ago

1.0.0

5 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.8

7 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago