-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rootstock CLI #199
base: main
Are you sure you want to change the base?
Rootstock CLI #199
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Dependency ReviewThe following issues were found:
|
tags: [Rootstock-CLI, deploy, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity] | ||
--- | ||
|
||
### **Step 1: Set Up Your Hardhat Project** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### **Step 1: Set Up Your Hardhat Project** | |
## Step 1: Set Up Your Hardhat Project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the headings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What exactly do you want me to check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're using third level headings before second level headings
1. **Create the Smart Contract**: | ||
* Inside the contracts folder, create a new Solidity file (e.g., ContactInfo.sol) and write your smart contract code. | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always add code block format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not clear. Kindly specify exactly what you would like me to change.
@@ -0,0 +1,510 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move guide to https://dev.rootstock.io/developers/smart-contracts/rootstock-cli/
Write, Deploy and Verify Smart Contracts using the Rootstock CLI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean i should only move the Write, Deploy and Verify Smart Contracts
to the developer
? and leave others?
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
…feel of the docs.
Title
Description
Screenshots/GIFs
Testing
yarn build
command.Checklist
Refs