Walrus.

Post

Share your knowledge.

Pluto Dev👽.
May 22, 2025
Expert Q&A

How to setup Sui environment and deploy on testnet?

I'm struggling to get the Sui development environment running on my subsystem. I was thinking maybe using a testnet would be an alternative to deploy contracts. Is there any Sui playground available for such purposes?

  • Walrus
  • Typescript SDK
0
2
Share
Comments
.

Answers

2
Dominikus .
May 22 2025, 02:24

To get started with the Testnet, after installing Sui CLI, run sui client new-env --alias testnet --rpc https://fullnode.testnet.sui.io:443 to set up the environment, and then switch to it using sui client switch --env testnet. This setup will allow you to deploy contracts. For an alternative to a local setup, you can use public testnets like the Sui Testnet. Deploying on testnets helps avoid issues with your local setup since they are specifically provided for testing purposes.

0
Comments
.
Theoremus.
May 22 2025, 11:48

If you have Sui CLI installed, you can deploy contracts to the Sui Testnet using it. You'll first need to set up a Testnet wallet through the Sui CLI by configuring it with a new environment pointing to Sui Testnet (https://fullnode.testnet.sui.io:443). Make sure to have at least 1 SUI gas coin, which can be obtained from the Sui Testnet faucet.

0
Comments
.

Do you know the answer?

Please log in and share it.

Walrus is a decentralized storage and data availability protocol designed specifically for large binary files, or "blobs"

68Posts119Answers
Sui.X.Peera.

Earn Your Share of 1000 Sui

Gain Reputation Points & Get Rewards for Helping the Sui Community Grow.

We use cookies to ensure you get the best experience on our website.
More info