Getting Started

Start building the demo project.

Overview

Trustless Work has a demo to show all interactions with endpoints in the simplest possible way. Below you can see the repository and the link to it.

Setup

1

Create Project

npx create-next-app@latest
2

Dependencies Installation

  • Start by installing Stellar Wallet Kit, axios, React Hook Form, Zod and Zustand.

npm install "@creit.tech/stellar-wallets-kit" "axios" "react-hook-form" "zod"
3

Final Configuration

Do the configuration that you prefer in the project.

Last updated

Was this helpful?