Skip to content

Sirius-Hash/solana-froth-vscode

Repository files navigation

๐ŸŒŠ Solana Froth Sidebar

Visual Studio Marketplace Downloads

Get info about Solana blockchain and wallets from vscode.

Solana Froth Extension

Usage

Motivation

The main motivation for this vscode extention is to create simple UI for interaction with local Solana CLI and local wallets. Working/developing app with Solana locally requires person constantly repeat same CLI commands to show / update Solana config information or active wallet details. Instead Solana Froth VSCode will just show you often needed info and buttons for most common operations with it.

The project is open-sourced. It is open and welcomed for contribution by anyone.

The Plan

  • Phase 1 display Solana' configs & wallet info in VSCode sidebar in simplest form.
  • Phase 2 is about adding basic interaction with CLI. e.g. change network from sidebar, change active wallet with dropdown/open dialog, create new wallet, etc.
  • Phase 3 is about listing info about Solana program you currently develop. Add basic actions like build, deploy, test.
  • Pahse 4 is about adding similar fn for Anchor apps.

Contribution

All contribution are welcome! Please check Contributing Page for the details.