Quick Start
Using npm to include js-stellar-plus in your own project:
npm install --save stellar-plusInstall
Install it using npm:
npm install --save stellar-plusrequire/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 :
🎓TutorialsLast updated
Was this helpful?