1. Sui Environment Configuration

This section provides a detailed explanation of the environment configuration for Sui IDE, which is essential for developing dApps on the Sui blockchain.

1. Create a new Sui Project

Visit ChainIDE and click the "Try Now" button on the front page as shown in the figure below.

Here, you will choose your login method, which includes two options: GitHub and Guest. For this tutorial, select GitHub login, as later on, the use of the Sandbox requires users to log in with GitHub.

Click the "New Project" button.

A pop-up window will appear. On the left side of the pop-up, select "Sui". Then, select a temple to create a new project.

2. Configure Wallet

Sui IDE provides support for both Sui Wallet and Suiet Wallet.

2.1 Sui Wallet

https://chrome.google.com/webstore/detail/sui-wallet/opcgpfmipidbgpenhmajoajpbobppdil

2.2 Suiet

https://suiet.app/

3. Acquiring test tokens

A faucet is the site/place where you can get test tokens. Use them to make sure your wallet has enough assets to cover the cost of deployment and pay transaction gas

Tutorial on Acquiring Test Tokens: https://docs.sui.io/guides/developer/getting-started/get-coins

Last updated