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

@sphinx-labs/executor

v0.18.2

Published

Sphinx deployment execution bot

Downloads

22

Readme

Sphinx: DevOps for Deployments

Sphinx automates the smart contract deployment process by funding, executing, and verifying deployments on your behalf.

Sphinx is not audited yet, so you should always check that your deployments were executed correctly.

Key features:

  • Compatible with Forge Scripts: You can integrate Sphinx with minimal changes to your existing Forge scripts.

  • Gasless deployments: You don't need to worry about securing a funded private key or getting native gas tokens on any chain. Instead, simply maintain a balance of USDC on a single chain to fund deployments across all chains.

  • One-Click Multichain Deployments: Approve deployments across up to 11 supported networks with a single click. Sphinx will execute the deployment on each chain in parallel.

  • Deployments in CI: Initiating deployments from a CI process has obvious benefits such as reproducibility and consistency, but it hasn't been practical until now. With Sphinx, you can propose deployments from your CI process, then approve it in our UI (all gaslessly, of course). Sphinx's backend will execute the deployment on your behalf. If you'd rather not use a CI process, you can propose deployments from your local machine instead.

  • Automatic Etherscan verification

Request access

Sphinx is currently invite-only. Request access on our website.

Documentation

Getting started

Reference guides

Current limitations

  • Sphinx supports CREATE2 and CREATE3, but not the CREATE opcode, i.e. new MyContract(...).
  • You cannot send ETH as part of a deployment.

Please feel free to reach out in our Discord to request a feature!

Supported Networks

  • Ethereum
  • Optimism
  • Arbitrum
  • Polygon
  • Polygon zkEVM
  • BNB Smart Chain (aka BSC)
  • Gnosis Chain
  • Avalanche C-Chain
  • Linea
  • Fantom
  • Base

Test networks:

  • Ethereum Goerli
  • Optimism Goerli
  • Arbitrum Goerli
  • Polygon Mumbai
  • Polygon zkEVM Testnet
  • BNB Smart Chain Testnet
  • Gnosis Chiado
  • Avalanche Fuji
  • Linea Goerli
  • Fantom Testnet
  • Base Goerli

More networks are on the way! Please feel free to reach out in our Discord if there are networks you'd like us to add.

Contributors

@smartcontracts
Wonderland
@rpate97
@sam-goldman

Contributing

Contributions to Sphinx are greatly appreciated! To get started, please read our contributing guide. Then, check out the list of Good First Issues. Let us know if you have any questions!

Reach Out

If you have any questions or feature requests, send us a message in our Discord!

License

MIT © 2023