Skip to content

RedDuck-Software/PLGRND

 
 

Repository files navigation

PLGRND

Description

This playground allows people to program SOLANA FLOWS with drag-n-drop interface

Flows can be constructed manually or with the help of the AI-powered assistant Flows have instructions: SOLANA (Lamports, Addresses, SendTx, ReadAccountState, etc.) & COMMON (Add, Hash, Sign, If, Else, etc.)

You can import your Program's IDL to interact with it (including deployment) Flows act as constructed blocks of ready&mature code (rather than building the code from scratch)

It's a perfect SOLANA GATEWAY!

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js v22 or higher
  • Yarn 4+

Installation

  1. Install dependencies:
yarn install

How to Run

Development Mode

To run the web application in development mode:

yarn web:dev

Production Build

To build the web application for production:

yarn web:build

© 2026 PLGRND. All rights reserved.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.9%
  • CSS 2.5%
  • Other 0.6%