# 1. Sui Environment Configuration

## 1. Create a new Sui Project

Visit [ChainIDE](https://chainide.com/) and click the "Code Smarter" button on the front page as shown in the figure below.

<figure><img src="https://3745657014-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYy-lqJKjq1m0yBAX4r%2Fuploads%2FxbYVTuk64JeIkQyUv86x%2Fimage.png?alt=media&#x26;token=fcee5491-93db-499b-9bbb-309f8a5b88ef" alt=""><figcaption></figcaption></figure>

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.

<figure><img src="https://3745657014-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYy-lqJKjq1m0yBAX4r%2Fuploads%2FkRYg4sPFcnWR2Lz3ujeN%2Fimage.png?alt=media&#x26;token=bd113ebf-16c8-4241-9db1-120b43656744" alt=""><figcaption></figcaption></figure>

Click the "New Project" button.

<figure><img src="https://3745657014-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYy-lqJKjq1m0yBAX4r%2Fuploads%2FFaeBrBu7u5LUAxQynl1r%2Fimage.png?alt=media&#x26;token=7a988e98-415c-442e-a137-080f2dbd0372" alt=""><figcaption></figcaption></figure>

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.

<figure><img src="https://3745657014-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYy-lqJKjq1m0yBAX4r%2Fuploads%2FSRxblz33RFRdsKixgZPV%2Fimage.png?alt=media&#x26;token=1aecf1c6-c3d8-432f-bf25-d28b2d5bd254" alt=""><figcaption></figcaption></figure>

## 2. Configure Wallet

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

### 2.1 Slush

> <https://chromewebstore.google.com/detail/slush-%E2%80%94-a-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>
