Quick Start

Using npm to include js-stellar-plus in your own project:

npm install --save stellar-plus

Install

Install it using npm:

npm install --save stellar-plus

require/import it in your JavaScript:

var StellarPlus = require("stellar-plus");

or

import { StellarPlus } from "stellar-plus";

Check out our tutorials section for step-by-step guides on how to use the Stellar Plus library for different use cases :

pageIssuing your first asset

Last updated