Skip to content

Developer Setup

Here is an easy way to setup your environment depending on the type of development.

  1. Initialize Frontend Project

    Here are some examples of popular choices:

    Terminal window
    pnpx create-next-app@latest
  2. Install @aptos-labs/ts-sdk

    Terminal window
    npm i @aptos-labs/ts-sdk
  3. Setup TS SDK

  4. Build your app!

    The developer setup for using Aptos in your frontend is now complete. Checkout our other tools that streamline the development process