A small project demonstrating the implementation of the Builder design pattern in Solana.
- Modular construction of complex objects
- Step-by-step object creation
- Separation of construction and representation
- Clone the repository
- Install dependencies:
npm install
- Build the project:
npm run build
Run the example:
npm start
MIT