Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Rootstock CLI #199

wants to merge 6 commits into from

Conversation

wise4rmgodroot
Copy link
Collaborator

Title

  • Add new RSK CLI

Description

  • Added the overview page
  • Added the deploy smart contract via RSK CLI page
  • Added the sandbox environment like Replit page
  • Added the interact with smart contract page
  • Added the RSK CLI command page
  • Added the the verify smart contract via RSK CLI page

Screenshots/GIFs

  • N/A

Testing

  • Tested using the yarn buildcommand.

Checklist

  • I have read and understood the contributing guidelines.
  • I have followed the style guide and formatting guidelines.
  • I have added appropriate comments to explain the changes.
  • I have tested my changes thoroughly.

Refs

  • N/A

Copy link

vercel bot commented Dec 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
devportal-rootstock ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 6:25pm

Copy link
Contributor

github-actions bot commented Dec 8, 2024

Dependency Review

The following issues were found:

  • ❌ 7 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 14 package(s) with unknown licenses.
  • ⚠️ 127 packages with OpenSSF Scorecard issues.

View full job summary

@owans owans self-requested a review December 9, 2024 10:53
@owans owans changed the title RSK CLI Rootstock CLI Dec 12, 2024
tags: [Rootstock-CLI, deploy, guides, mainnet, testnet, rsk, rootstock, dApps, smart contracts, solidity]
---

### **Step 1: Set Up Your Hardhat Project**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### **Step 1: Set Up Your Hardhat Project**
## Step 1: Set Up Your Hardhat Project

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the headings

Copy link
Collaborator Author

@wise4rmgodroot wise4rmgodroot Dec 12, 2024

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?

Copy link
Collaborator

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

docs/04-resources/06-guides/rsk-cli/deploy.md Outdated Show resolved Hide resolved
1. **Create the Smart Contract**:
* Inside the contracts folder, create a new Solidity file (e.g., ContactInfo.sol) and write your smart contract code.

```
Copy link
Collaborator

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

Copy link
Collaborator Author

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.

docs/04-resources/06-guides/rsk-cli/deploy.md Outdated Show resolved Hide resolved
docs/04-resources/06-guides/rsk-cli/deploy.md Outdated Show resolved Hide resolved
docs/04-resources/06-guides/rsk-cli/command.md Outdated Show resolved Hide resolved
docs/04-resources/06-guides/rsk-cli/verify.md Outdated Show resolved Hide resolved
docs/04-resources/06-guides/rsk-cli/sandbox.md Outdated Show resolved Hide resolved
docs/04-resources/06-guides/rsk-cli/verify.md Outdated Show resolved Hide resolved
@@ -0,0 +1,510 @@
---
Copy link
Collaborator

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

Copy link
Collaborator Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants