Stealth Address Documentation

Getting Started

Prerequisites

Make sure you have Bun installed.

You can install it by following the guide here

Installation

Install dependencies:

bun install

Running the Project

To start the development server, run:

bun run dev

To build the project for production, run:

bun run build

To run tests, use:

bun run test

License

This project is licensed under the MIT License - see the LICENSE file for details.