Skip to content

feat: add grantstream-cli Rust CLI#49

Merged
teethaking merged 1 commit into
TeethakingBuilds:mainfrom
nonchalanttee22-lgtm:feat/grantstream-cli
Jun 12, 2026
Merged

feat: add grantstream-cli Rust CLI#49
teethaking merged 1 commit into
TeethakingBuilds:mainfrom
nonchalanttee22-lgtm:feat/grantstream-cli

Conversation

@nonchalanttee22-lgtm

Copy link
Copy Markdown
Contributor

Closes #43

  • clap subcommands: create-grant, fund-grant, submit-milestone, approve-milestone, reject-milestone, list-grants, grant-status
  • Config loaded from .env file or --config flag (dotenvy)
  • ethers-rs abigen! bindings for GrantStreamEscrow + ERC20
  • Signing client built from PRIVATE_KEY + RPC_URL env vars
  • create-grant auto-approves and funds USDC in one command
  • list-grants supports --funder / --grantee filter + --verbose
  • grant-status shows progress bar and per-milestone details
  • .gitignore updated to exclude Rust target/ directory

- clap subcommands: create-grant, fund-grant, submit-milestone,
  approve-milestone, reject-milestone, list-grants, grant-status
- Config loaded from .env file or --config flag (dotenvy)
- ethers-rs abigen! bindings for GrantStreamEscrow + ERC20
- Signing client built from PRIVATE_KEY + RPC_URL env vars
- create-grant auto-approves and funds USDC in one command
- list-grants supports --funder / --grantee filter + --verbose
- grant-status shows progress bar and per-milestone details
- .gitignore updated to exclude Rust target/ directory
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

@teethaking is attempting to deploy a commit to the tee's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
grant-stream Ready Ready Preview, Comment Jun 12, 2026 5:16am

@teethaking teethaking merged commit f7219cc into TeethakingBuilds:main Jun 12, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build grantstream-cli with clap for contract interaction

2 participants