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

oathstone

v2.1.1

Published

A Solidty Smart Contract Cloud Deployment CLI.

Downloads

224

Readme

OATHSTONE

OATHSTONE V2

Welcome to OATHSTONE V@, a powerful CLI tool designed for developers to easily deploy smart contracts on the Celo blockchain. OATHSTONE simplifies the process of managing and deploying Solidity contracts, offering an intuitive interface and useful features like QR code generation for quick access to deployed contracts.


Key Features

  • Contract Deployment: Deploy Solidity contracts to the Celo blockchain with a single command.
  • Multiple Solidity Files Support: Deploy complex contracts with multiple .sol files.
  • QR Code Generation: Generate a QR code for your deployed contract's CeloScan URL after successful deployment.
  • Template System: Kickstart your contract development with pre-built templates.
  • AI Assisted Constructor Argument Suggestion: Users no longer have to be confused on how best to format their Constructor Arguments. Every deploy instance now come to helpful suggestion on what your constructor argument should be based on your Solidty Codes
  • AI Defender: OathStone now comes built in with a powerful AI Defender that checks your conde for best practices and gives suggestions on how to improve it. It also checks to see if your code does not have any vulnerablity that may cost you dearly when you deploy to Mainnet. With OathStone you can now be sure those line of code does or does not meet glocal standards.

Installation

Use OATHSTONE directly via npx without needing a global installation:

npm install -g oathstone

---

## Usage

1. Initialize a Project
Start by initializing a project using the init command. You will be prompted to enter a contract title and select a template:

bash
Copy code
oathstone
After responding to the prompts, OATHSTONE will create a project folder with a default index.sol file for you to modify.

2. Deploy Your Contract
Once your contract files are ready, deploy them using the oathstone command. Ensure you are in the project directory containing your .sol files:


---

## Templates

OATHSTONE includes several useful templates located in the template folder. Available templates include:

Blank Contract: A clean slate to write your own custom contract.

HelloWorld: A basic contract for new users to get started quickly.
Select a template when you initialize a project, and it will generate the appropriate structure.

---


## Contribute

To contribute to this repo take the following steps

Step 1
Clone this Repo

Step 2
npm install

Step 3
node index.js

Step 4
node link

Step 5
oathstone


Once youre done making your changes, make a pull request.


---

For support contact me at [email protected] with the Subject title "Oath Stone CLI"

---

License
OATHSTONE is licensed under the MIT License. See the LICENSE file for more details.