Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Apply changes according to feedback

Co-authored-by: Erin Shaben <[email protected]>
  • Loading branch information
0xlukem and eshaben authored Jan 14, 2025
1 parent 96e18e0 commit 01486be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builders/deploy/dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The [Substrate template](/builders/build/templates/overview/#baseline-network-te
To get started, select the **Substrate** template from the left-side menu. Then take the following steps:

1. In the **Project Details** section, provide your project's name, your contact email, and your Telegram
2. Enter the token decimals and symbol for your native token and the [SS58 address format registry](https://github.com/paritytech/ss58-registry/blob/main/ss58-registry.json){target=\_blank}
2. Enter the token decimals and symbol for your native token and the [SS58 address format](https://github.com/paritytech/ss58-registry/blob/main/ss58-registry.json){target=\_blank}
3. Provide the Substrate-style address of the account you want to use as the sudo account and its initial balance. This account will be able to dispatch privileged functions that require Root permissions. There can only be one sudo account at a time. The sudo account can be changed at any time to a new one by the current sudo account. Once the network is launched, you can easily migrate to a fully decentralized system using specific democracy-related modules
4. (Optional) You can add genesis accounts and balances. If you choose to skip this step, you can use the sudo account to create accounts and transfer funds at a later time
5. Once you have configured the template for your Tanssi network, you can select **Continue** to proceed to the [Check Balances section](#check-balances)
Expand Down
2 changes: 1 addition & 1 deletion builders/toolkit/ethereum-api/dev-env/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Establishing an effective development environment is crucial for building, testi
- Simulate blockchain interactions locally for testing and debugging
- Automate workflows for faster deployments

Each development environment helps you achieve the same goal, building and deploying blockchain applications, but they do so in unique ways. For instance, browser-based IDEs like [Remix](/builders/toolkit/ethereum-api/dev-env/remix) provide a fast and accessible way to start coding, while tools like [Foundry](/builders/toolkit/ethereum-api/dev-env/foundry) and [Hardhat](/builders/toolkit/ethereum-api/dev-env/hardhat/) cater to developers who prefer specific workflows, such as a Solidity-first or JavaScript-integrated approach. Choose the one that aligns best with your needs and development style.
Each development environment helps you achieve the same goal, building and deploying blockchain applications, but they do so in unique ways. For instance, browser-based IDEs like [Remix](/builders/toolkit/ethereum-api/dev-env/remix/) provide a fast and accessible way to start coding, while tools like [Foundry](/builders/toolkit/ethereum-api/dev-env/foundry/) and [Hardhat](/builders/toolkit/ethereum-api/dev-env/hardhat/) cater to developers who prefer specific workflows, such as a Solidity-first or JavaScript-integrated approach. Choose the one that aligns best with your needs and development style.

## Explore This Section

Expand Down

0 comments on commit 01486be

Please sign in to comment.