-
Notifications
You must be signed in to change notification settings - Fork 11
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
Runes second series doc #140
base: main
Are you sure you want to change the base?
Conversation
@wise4rmgodroot is attempting to deploy a commit to the IOV Labs Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Kindly reorganize into /resources/guides/runes. It should follow through from the previous tutorial on deploying a runes smart contract
I reorganized the order of the Airdrop machine to be under the Runes.
I have reorganized it. |
--- | ||
sidebar_position: 2 | ||
title: Setup | ||
sidebar_label: Setup |
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.
sidebar_label: Setup | |
sidebar_label: Setup Airdrop Engine |
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.
Below you suggested Deploy
to be Airdrop Machineand this
Airdrop EngineI used Just
Setupand
Deploy` because its duplicate with the top title, and i only changed the sidebar title which will not affect SEO
--- | ||
sidebar_position: 3 | ||
title: Deploying the Airdrop Machine Smart Contract Using Remix IDE | ||
sidebar_label: Deploy |
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.
sidebar_label: Deploy | |
sidebar_label: Deploy Airdrop Machine |
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.
Same with the setup comment
description: "This guide will walk you through deploying the Airdrop Machine smart contract using Remix IDE. The Airdrop Machine is designed to distribute tokens across multiple addresses, supporting both standard and Merkle tree-based airdrops. | ||
" | ||
--- | ||
This section will walk you through deploying the Airdrop Machine smart contract using Remix IDE. The Airdrop Machine is designed to distribute tokens across multiple addresses, supporting both standard and Merkle tree-based airdrops. |
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 section will walk you through deploying the Airdrop Machine smart contract using Remix IDE. The Airdrop Machine is designed to distribute tokens across multiple addresses, supporting both standard and Merkle tree-based airdrops. | |
In this section, we will deploy the Airdrop Machine smart contract using Remix IDE. The Airdrop Machine is designed to distribute tokens across multiple addresses, supporting both standard and Merkle tree-based airdrops. |
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.
Merkle tree was explained right? Link to the explanation
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.
Using the word we
, means we are there with the readers which is not possible (which means we are deploying alongside them).
This is a first person pronoun we should generally be avoided because its an unclear reference and readers dont know who we
refers to.
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.
Second person pronoun You
is preferred or left the way it is as it is not wrong.
--- | ||
sidebar_position: 3 | ||
title: Deploy Runes Mock Bridge Smart Contract | ||
sidebar_label: Deploy |
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.
sidebar_label: Deploy | |
sidebar_label: Deploy the Mock Bridge Contract |
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.
Same with the setup comment
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
…devportal-rootstock-1 into runes-series-two
This section of the Runes series covers the following: