Developer Setup
Here is an easy way to setup your environment depending on the type of development.
Initialize Frontend Project
Here are some examples of popular choices:
Terminal
pnpx create-next-app@latest
Install @aptos-labs/ts-sdk
npm i @aptos-labs/ts-sdk
Setup TS SDK
Build your app!
The developer setup for using Aptos in your frontend is now complete. Checkout our other tools that streamline the development process
Last updated on