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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dzek69/ft3-lib

v0.0.0-3.3.1-5

Published

FT3 Library is a library for Rell modules (Chromia smart contract language). It can be imported and used as a token provider and manager. It allows several operations, among them: creation of different assets (type of tokens), allocation of tokens, transf

Downloads

14

Readme

Chromia logo

FT3 Library

FT3 is the recommended standards to handle accounts and tokens in Chromia ecosystem.

FT3 Library is a communication library for Rell modules (Chromia smart contract language). It allow dapps to make full use of Chromia Vault, including Single Sign-On (SSO), assets transfer and visibility on the Vault’s dapp explorer.

Learn more about Chromia, Rell & FT3.

The repository

This repository provides the library, TypeScript types and tests written in NodeJs and Jest.

Installation & usage

Read the docs to learn how to use this library.

Full-featured TypeScript usage

Read how to get the most of TypeScript with ft3-lib in the TS docs

Develop & testing

To start development of this library do the following:

  • install dependencies
  • copy .env.sample as .env
  • use docker-compose file from test-docker directory to start up database preconfigured to work with Rell
  • head to rell directory and run ./restart-devnet.sh and keep it running
  • look for something like + BRID=HASH_HERE in the output of restart* script
  • edit .env and use these demo values:
    • CHAIN_ID = hash you have found earlier
    • NODE_URL = http://localhost:7740
    • ADMIN_PUB = 039a2b0785d62e9dc0d9720fe5add001d409706aab049fa603205bc08f89126984
    • ADMIN_PRIV = 75001c141b51b3dfe46b7c4c7bce4acdc78810ef5f144ff3dcbb6bb26f8d7509
  • run npm test to run tests