Loading page…
Pitch
Description
Comments
Oath Stone a Solidity Smart Contract Cloud Deployment CLI

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.
.sol files.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 graderng@gmail.com with the Subject title "Oath Stone CLI"
---
License
OATHSTONE is licensed under the MIT License. See the LICENSE file for more details.
No comments yet.
Sign in to be the first to comment.