1.4.1 • Published 6 years ago

@stellarguard/sdk v1.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

stellarguard-js-sdk

JavaScript SDK for StellarGuard.me

Installation

npm install @stellarguard/sdk --save or yarn add @stellarguard/sdk

Usage

var StellarGuardSdk = require('@stellarguard/sdk');
StellarGuardSdk.useTestNetwork(); // or StellarGuardSdk.usePublicNetwork();

if(StellarGuardSdk.hasStellarGuard(account)) {
  StellarGuardSdk.submitTransaction(transaction)
    .then(function(result) {
      console.log(result.url); // https://test.stellarguard.me/transactions/<id>
    });
}

Examples

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago