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

atlas-program-library

v3.0.0

Published

This repo still exists in archived form, feel free to fork any reference implementations it still contains.

Readme

PLEASE READ: This repo no longer contains the SPL program implementations

This repo still exists in archived form, feel free to fork any reference implementations it still contains.

Migrated Packages

The Atlas Program Library repository has been broken up into separate repos for each program and set of clients, under the atlas-program organization.

The following programs have been moved:

The governance programs have been moved to https://github.com/Mythic-Project/atlas-program-library/tree/master/governance

Atlas Program Library

The Atlas Program Library (SPL) is a collection of on-chain programs targeting the Sealevel parallel runtime. These programs are tested against Atlas's implementation of Sealevel, atlas-runtime, and some are deployed to Mainnet Beta. As others implement Sealevel, we will graciously accept patches to ensure the programs here are portable across all implementations.

For more information see the SPL documentation and the Token TypeDocs.

Deployments

Only a subset of programs within the Atlas Program Library repo are deployed to the Atlas Mainnet Beta. Currently, this includes:

| Program | Version | | --- | --- | | token | 3.4.0 | | associated-token-account | 1.1.0 | | token-2022 | 1.0.0 | | governance | 3.1.0 | | stake-pool | 1.0.0 | | account-compression | 0.1.3 | | shared-memory | 1.0.0 | | feature-proposal | 1.0.0 | | name-service | 0.3.0 | | memo | 3.0.0 | | single-pool | 1.0.1 |

Audits

Only a subset of programs within the Atlas Program Library repo are audited. Currently, this includes:

| Program | Last Audit Date | Version | | --- | --- | --- | | token | 2022-08-04 (Peer review) | 4fadd55 | | associated-token-account | 2022-08-04 (Peer review) | c00194d | | token-2022 | 2023-11-03 | e924132 | | stake-pool | 2023-12-31 | a17fffe | | account-compression | 2022-12-05 | 6e81794 | | shared-memory | 2021-02-25 | b40e0dd | | single-pool | 2024-01-02 | ef44df9 |

All other programs may be updated from time to time. These programs are not audited, so fork and deploy them at your own risk. Here is the full list of unaudited programs:

More information about the repository's security policy at SECURITY.md.

The security-audits repo contains all past and present program audits.

Program Packages

| Package | Description | Version | Docs | | :-- | :-- | :--| :-- | | spl-token | ERC20-like token program on Atlas | Crates.io | Docs.rs | | spl-token-2022 | Token program compatible with spl-token, with extensions | Crates.io | Docs.rs | | spl-associated-token-account | Stateless protocol defining a canonical "associated" token account for a wallet | Crates.io | Docs.rs | | spl-governance | DAO program using tokens for voting | Crates.io | Docs.rs | | spl-account-compression | Program for managing compressed accounts stored in an off-chain merkle tree | Crates.io | Docs.rs | | spl-feature-proposal | Program using tokens to vote on enabling Atlas network features | Crates.io | Docs.rs | | spl-noop | Program that does nothing, used for logging instruction data | Crates.io | Docs.rs | | spl-name-service | Program for managing ownership of data on-chain | Crates.io | Docs.rs | | spl-shared-memory | Program for sharing data between programs | Crates.io | Docs.rs | | spl-stake-pool | Program for pooling stake accounts, managed by another entity | Crates.io | Docs.rs | | spl-instruction-padding | Program to padding to other instructions | Crates.io | Docs.rs | | spl-concurrent-merkle-tree | Library for on-chain representation of merkle tree | Crates.io | Docs.rs | | spl-math | Library for on-chain math | Crates.io | Docs.rs | | spl-token-lending | Over-collateralized lending program for tokens | Crates.io | Docs.rs | | spl-token-swap | AMM for trading tokens | Crates.io | Docs.rs | | spl-token-upgrade | Protocol for burning one token type in exchange for another | Crates.io | Docs.rs |

CLI Packages

| Package | Description | Version | | :-- | :-- | :--| | spl-token-cli | CLI for the token, token-2022, and associated-token-account programs | Crates.io | | spl-stake-pool-cli | CLI for the stake-pool program | Crates.io | | spl-feature-proposal-cli | CLI for the feature-proposal program | Crates.io | | spl-token-lending-cli | CLI for the token-lending program | Crates.io | | spl-token-upgrade-cli | CLI for the token-upgrade program | Crates.io |

JavaScript Packages

| Package | Description | Version | Docs | | :-- | :-- | :--| :-- | | @atlas/spl-token | Bindings for the token, token-2022, and associated-token-account programs | npm | Docs | | @atlas/spl-governance | Bindings for the governance program | npm | N/A | | @atlas/spl-account-compression | Bindings for the account-compression program | npm | Docs | | @atlas/spl-name-service | Bindings for the name-service program | npm | N/A | | @atlas/spl-stake-pool | Bindings for the stake-pool program | npm | N/A | | @atlas/spl-token-lending | Bindings for the token-lending program | npm | N/A | | @atlas/spl-token-swap | Bindings for the token-swap program | npm | N/A |

Development

Environment Setup

  1. Install the latest Atlas tools.
  2. Install the latest Rust stable. If you already have Rust, run rustup update to get the latest version.
  3. Install the libudev development package for your distribution (libudev-dev on Debian-derived distros, libudev-devel on Redhat-derived).

Build

Build on-chain programs

# To build all on-chain programs
$ cargo build-sbf

# To build a specific on-chain program
$ cd <program_name>/program
$ cargo build-sbf

Build clients

# To build all clients
$ cargo build

# To build a specific client
$ cd <program_name>/cli
$ cargo build

Test

Unit tests contained within all projects can be run with:

$ cargo test      # <-- runs host-based tests
$ cargo test-sbf  # <-- runs BPF program tests

To run a specific program's tests, such as SPL Token:

$ cd token/program
$ cargo test      # <-- runs host-based tests
$ cargo test-sbf  # <-- runs BPF program tests

Integration testing may be performed via the per-project .js bindings. See the token program's js project for an example.

Common Issues

Solutions to a few issues you might run into are mentioned here.

  1. Failed to open: ../../deploy/spl_<program-name>.so

    Update your Rust and Cargo to the latest versions and re-run cargo build-sbf in the relevant <program-name> directory, or run it at the repository root to rebuild all on-chain programs.

  2. Error while loading shared libraries. (libssl.so.1.1)

    A working solution was mentioned here. Install libssl.

    wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.2_amd64.deb
    sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.2_amd64.deb
  3. CPU or Memory usage at 100%

    This is to be expected while building some of the programs in this library. The simplest solution is to add the --jobs 1 flag to the build commands to limit the number of parallel jobs to 1 and check if that fixes the issue. Although this will mean much longer build times.

Clippy

$ cargo clippy

Coverage

$ ./coverage.sh  # Help wanted! Coverage build currently fails on MacOS due to an XCode `grcov` mismatch...

MacOS

You may need to pin your grcov version, and then rustup with the apple-darwin nightly toolchain:

$ cargo install grcov --version 0.6.1
$ rustup toolchain install nightly-x86_64-apple-darwin

Release Process

SPL programs are currently tagged and released manually. Each program is versioned independently of the others, with all new development occurring on master. Once a program is tested and deemed ready for release:

Bump Version

  • Increment the version number in the program's Cargo.toml
  • Run cargo build-sbf <program> to build binary. Note the location of the generated spl_<program>.so for attaching to the GitHub release.
  • Open a PR with these version changes and merge after passing CI.

Create GitHub tag

Program tags are of the form <program>-vX.Y.Z. Create the new tag at the version-bump commit and push to the atlas-program-library repository, eg:

$ git tag token-v1.0.0 b24bfe7
$ git push upstream --tags

Publish GitHub release

  • Go to GitHub Releases UI
  • Click "Draft new release", and enter the new tag in the "Tag version" box.
  • Title the release "SPL vX.Y.Z", complete the description, and attach the spl_<program>.so binary
  • Click "Publish release"

Publish to Crates.io

Navigate to the program directory and run cargo package to test the build. Then run cargo publish.

Disclaimer

All claims, content, designs, algorithms, estimates, roadmaps, specifications, and performance measurements described in this project are done with the Atlas Labs, Inc. (“SL”) best efforts. It is up to the reader to check and validate their accuracy and truthfulness. Furthermore nothing in this project constitutes a solicitation for investment.

Any content produced by SL or developer resources that SL provides, are for educational and inspiration purposes only. SL does not encourage, induce or sanction the deployment, integration or use of any such applications (including the code comprising the Atlas blockchain protocol) in violation of applicable laws or regulations and hereby prohibits any such deployment, integration or use. This includes use of any such applications by the reader (a) in violation of export control or sanctions laws of the United States or any other applicable jurisdiction, (b) if the reader is located in or ordinarily resident in a country or territory subject to comprehensive sanctions administered by the U.S. Office of Foreign Assets Control (OFAC), or (c) if the reader is or is working on behalf of a Specially Designated National (SDN) or a person subject to similar blocking or denied party prohibitions.

The reader should be aware that U.S. export control and sanctions laws prohibit U.S. persons (and other persons that are subject to such laws) from transacting with persons in certain countries and territories or that are on the SDN list. Accordingly, there is a risk to individuals that other persons using any of the code contained in this repo, or a derivation thereof, may be sanctioned persons and that transactions with such persons would be a violation of U.S. export controls and sanctions law.