Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 441 Bytes

Q1_25_Builder_codebasebo

Description

A small project demonstrating the implementation of the Builder design pattern in Solana.

Features

  • Modular construction of complex objects
  • Step-by-step object creation
  • Separation of construction and representation

Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the project: npm run build

Usage

Run the example:

npm start

License

MIT