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

@moonwell-fi/market-deployer

v0.3.3

Published

Tools to deploy Moonwell Markets

Downloads

65

Readme

🌕 Moonwell Market Deployer allows users to deploy Moonwell Contracts with a simple CLI.

The Moonwell Market Deployer is optimized to be easy to use, with minimal technical knowledge required. A sample run of the program is available here.

Setup

Users who are comfortable with a CLI should be able to get going by following the following steps. Simply install If you have trouble, consult the in-depth installation guide.

nvm use 18 # Node 18+ required
npm i -g @moonwell-fi/market-deployer # Get the CLI tool

market-deployer --version # Prove market-deployer CLI tool is installed

export MOONWELL_MARKET_DEPLOYER_PK=0x... # Your private key
export MOONSCAN_API_KEY=... # Your API Key 

Usage

Once installed, simply pass the network you want to deploy on to the CLI tool and follow the prompts.

Next Steps

Upon completion, the program will output artifacts of operations and required operations in a governance proposal. You can submit this proposal on the Moonwell Governance Forum.

Support

Feel free to reach out to the Moonwell Community for support! Community members are active on Discord.

Debugging

Output is creating using the loglevel npm package. By default, the process will use info level logging, however, you can customize this setting an environment variable called MOONWELL_MARKET_DEPLOYER_LOGLEVEL to a custom level.

Contributions

This software is part of an effort to make Moonwell Governance approachable to all holders of WELL and MFAM. Moonwell welcomes ideas to improve this software.

Please feel free to open PRs or issues against this repository. If you'd like to speak to the team responsible for this software prior to opening a PR, please reach out on Discord.