Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taikoxyz/dao-cli

Repository files navigation

Taiko DAO CLI

A command-line interface for seamless interaction with the Taiko DAO governance system, providing comprehensive access to proposals, delegation, and Security Council operations.

Quick Start

Installation

git clone https://github.com/taikoxyz/dao-cli taiko-dao-cli
cd taiko-dao-cli
pnpm install
pnpm build

Running the CLI

# Interactive network selection
pnpm start

# Direct to specific networks
pnpm start:mainnet  # Taiko mainnet
pnpm start:holesky  # Holesky testnet

That's it! The CLI will guide you through available features and any additional setup needed.

What You Can Do

🗳️ For All Users

  • View Public Proposals: Browse active governance proposals
  • Explore Delegates: See who represents the community
  • Read Contracts: Inspect on-chain governance data
  • Delegate Voting Power: Amplify your governance participation

🔒 For Security Council Members

  • Create Proposals: Submit standard and emergency proposals
  • Approve & Execute: Manage the proposal pipeline
  • Access Encrypted Content: View sensitive emergency proposals

Prerequisites

  • Node.js (v14.0.0 or higher)
  • pnpm package manager

Documentation

Networks

  • Mainnet: Live Taiko governance with real TAIKO tokens
  • Holesky Testnet: Safe testing environment with test tokens

New users: Start with Holesky to learn the system risk-free!

Development

Build from Source

pnpm build

Testing

pnpm test           # Run test suite
pnpm test:watch     # Run tests in watch mode
pnpm test:coverage  # Generate coverage report
pnpm test:ipfs      # Test IPFS configuration

Code Quality

pnpm lint    # Run ESLint with auto-fix
pnpm format  # Format code with Prettier

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests to the repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

For issues, questions, or suggestions, please open an issue on GitHub.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published