Skip to content

reposlayer/lili-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

██╗     ██╗██╗     ██╗     ██████╗██╗     ██╗
██║     ██║██║     ██║    ██╔════╝██║     ██║
██║     ██║██║     ██║    ██║     ██║     ██║
██║     ██║██║     ██║    ██║     ██║     ██║
███████╗██║███████╗██║    ╚██████╗███████╗██║
╚══════╝╚═╝╚══════╝╚═╝     ╚═════╝╚══════╝╚═╝

lili is end user friendly and convenient solana CLI

Build, deploy, and manage Solana programs with ease.

Quick Start

Install

npm install -g lili-solana-cli

This automatically installs all Solana dependencies and Rust. No additional setup required.

Run

lili

Navigate through interactive menus to create projects, manage tokens, deploy programs, and more.


What's Included

  • Program Templates - Pre-built Rust programs
  • Frontend Scaffolds - React + Vite + Solana Wallet Adapter
  • Backend Templates - Express.js API servers with Solana integration
  • NFT Management - Create, manage, and deploy NFTs using Metaplex
  • DAO Tools - Set up decentralized autonomous organizations
  • Token Tools - Create and manage SPL tokens
  • Raffle System - Build community raffles and lotteries
  • Wallet Commands - Manage accounts, airdrop SOL, check balances
  • Program Management - Deploy, upgrade, and test Solana programs

Main Commands

lili create       # Generate new projects (frontend, backend, programs, fullstack)
lili nft          # NFT creation and management
lili token        # SPL token operations
lili dao          # DAO setup and management
lili raffle       # Community raffle tools
lili wallet       # Wallet operations (check balance, airdrop, etc.)
lili program      # Deploy and manage Solana programs

How It Works

Lili provides an interactive, menu-driven experience. Simply run:

lili

Then navigate through intuitive menus to perform any action. No CLI flags or command-line arguments needed.


Requirements

  • Node.js 18.0.0 or higher
  • npm 8.0.0 or higher

Everything else (Solana CLI, Rust toolchain, dependencies) is installed automatically during setup.


Configuration

All configuration is done through the interactive menu. There are no command-line flags to memorize.

Troubleshooting

Installation issues

Make sure you have Node.js 18+ installed:

node --version

All Solana dependencies and Rust are installed automatically. If installation fails, check your internet connection and try again.

Can't find lili command

Try reinstalling globally:

npm install -g lili-solana-cli

Contributing

Contributions welcome! Please submit issues and pull requests on GitHub.


License

MIT License - See LICENSE file for details


Links


Support

If you find this useful, please star the repo on GitHub!

# Questions or issues?
https://github.com/reposlayer/lili-cli/issues

Hhave fun people!

About

lili is end user friendly and convenient solana CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors