+
-An Environment ID is needed to configure and secure your application. Here’s how to get it:
+An Environment ID is needed to configure and secure your application.
* **Open the Developer Section**:
* Look at the menu on the left side of the screen. Find and click **Developers** to expand the options.
@@ -175,83 +164,67 @@ An Environment ID is needed to configure and secure your application. Here’s h
* **Copy the Environment ID**:
* Find the box labeled **Environment ID**. Click the copy icon next to the ID to copy it to your clipboard.
-
-
- balance command to view your wallet's current balance on the Rootstock blockchain.
- This is supported on both mainnet and testnet.
- transfer command enables sending rBTC to another address.
- Transactions can be initiated on both mainnet and testnet.
- tx command by providing the transaction ID.
- deploy command allows users to deploy smart contracts on the blockchain by providing the ABI [Application Binary Interface](/concepts/glossary/) and bytecode files.
- This is supported on both mainnet and testnet.
- verify command, users can verify deployed smart contracts using Rootstock’s explorer API.
- It supports both mainnet and testnet.
- contract command lets users interact with read-only functions of a verified smart contract, listing the available methods for interaction.
- If you're new to blockchain development, start here! We've outlined the essential skills and tools you'll need to begin your journey.
- -Start building your first dApp using hardhat Quickstart Guide for Beginners.
-If you already have a background in blockchain or Web3 development, you can dive straight into more advanced topics and leverage the tools available on Rootstock.
- -Access our [Guide for Experienced Developers](/developers/quickstart/) to get started.
-