Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 876 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 876 Bytes

Trust Wallet Core Samples

This repository contains two sample applications demonstrating the integration of Trust Wallet Core for cryptocurrency wallet management and transaction signing. The samples are provided for two different JavaScript frameworks: Vite.js and Next.js.

Overview

  • vitejs-sample: A sample project using Vite.js to showcase wallet creation and transaction signing.
  • nextjs-sample: A Next.js application demonstrating similar functionalities in a server-side rendered environment.

Getting Started

Each sample in this repository is self-contained and has its own set of instructions. To get started with a specific sample, navigate to its directory and follow the README.md instructions provided there.

Prerequisites

  • Node.js (version 12 or higher)
  • Yarn (version 1.22 or higher)

Samples

Vite.js Sample

Next.js Sample