"Learn to Interact with Sui Blockchain using TypeScript SDK"
The Sui blockchain, a popular platform for decentralized finance (DeFi) applications, has released its official TypeScript SDK. This allows developers to interact with the Sui network and build applications using TypeScript. The SDK provides tools for reading the state of the blockchain, writing transactions, and connecting to different networks such as testnet, mainnet, localnet, or devnet.
The tutorial provided by Goody Lili walks readers through the process of setting up a new TypeScript project, installing the Sui TypeScript SDK, and interacting with the blockchain using the SDK. This includes creating wallets, retrieving private and public keys, funding wallets, and sending transactions on the blockchain.
Source: https://dev.to/goodylili/how-to-use-the-sui-typescript-sdk-2dep