Skip to content

Abhishek-Vidhate/Quark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Quark : mini framework to create On-chain Solana Program with minimum dependencies

utilising cargo package manager, and uses rust crates solana-program, solana-sdk are minimum required solana rust sdk. using mollusk for program testing.

Future plans -

  • planning to add interactivity options to select between solana-program and pinnocchio for CLI.
  • anchor-like linter/lsp suggestions
  • better security practices implemented for solana program (anchor-like) and suggestions/lsp hints

How to use -

  • save quark's shell script to any location

  • add quark's location/path to .zshrc file , to make the shell script's execution available to ZSH Shell

  • run following command in quark's saved directory/folder once ( to make script executable from anywhere in your terminal emulator ( ghostty,kitty ,wezterm, etc ):-

    chmod +x quark

    use quark to create template for on-chain solana program with minimum dependencies

    quark <your_project_name>
    
quark-demo.mp4
project-stru.mp4

About

on-chain solan program development framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages