npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

liquidsto-node

v0.0.1

Published

a wrapper for the creation and management of security token on liquid network

Downloads

8

Readme

Liquid Security Token SDK for JavaScript

The non-official Liquid Network SDK for JavaScript, available for Node.js backends

Synopsis

This projects helps you to make HTTPS requests for the creation and management of security token to the Liquid Network API by Blockstream.

Installation

npm install liquidSTO-node
const liquidSTO = require('liquidSTO-node');
const client = new liquidSTO();
client.setAuthTokenHeader("username","password",function (error, data) {
	console.log(data)
});

Liquid

Liquid is a Bitcoin sidechain built using the open-source Elements software. Liquid uses a federated consensus model which allows for rapid settlement of both Bitcoin and Issued Assets. Liquid also utilizes Confidential Transactions, which allows the asset amount and type to be hidden from any actors not directly involved in the transaction. Liquid also provides the ability to reveal any of this information to select third parties, such as auditors and regulators.

When managed through Liquid Securities, those assets can represent the tokenized, digital form of traditional securities.

Liquid Securities

Liquid Securities is currently available as an API. The API allows Liquid Securities to be integrated into an existing token platform, providing an easy way to expose end users to the asset capabilities of the Liquid Network.

Features and Benefits

  • Manage Liquid’s Issued Assets as security tokens.

  • Assign and distribute security tokens over the Liquid Network to registered investors.

  • Apply category-based transfer restrictions using a Liquid Securities Account ID in Blockstream Green.

  • Restrict which investors are allowed to receive a security token.

  • Enable granular control of transaction restrictions by plugging into your own authorization API.

  • Report on investor balances, ownership and security token activities.

  • Track reissuance and burn of security token circulating supply.

  • Simplify registering your security token with the Liquid Asset Registry for integration into Blockstream Green, Blockstream Explorer, and other supporting services.

  • Blacklist investor UTXOs to cover key-loss scenarios.

  • Manage the assignment and distribution of security tokens as vesting shares.

  • Record external dividend payments in one place.

  • Before going into detail about Liquid Securities, it is useful to review some commonly-used terminology and the features enabled by the Liquid Network.

API Reference

https://docs.blockstream.com/liquid-securities/overview.html

Contributors

Anis Haboubi

License

See LICENSE.txt for more info.