Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyper-protocol/vyper-cli
🎼 Command Line to interact with on chain Vyper program suite
https://github.com/vyper-protocol/vyper-cli
cli command-line rust solana solana-client
Last synced: 3 days ago
JSON representation
🎼 Command Line to interact with on chain Vyper program suite
- Host: GitHub
- URL: https://github.com/vyper-protocol/vyper-cli
- Owner: vyper-protocol
- Created: 2022-09-20T09:18:45.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-23T17:20:48.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:16:36.644Z (5 months ago)
- Topics: cli, command-line, rust, solana, solana-client
- Language: Rust
- Homepage: https://vyper-protocol.github.io/vyper-cli/vyper/
- Size: 1.33 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vyper-Cli
Command Line to interact with on chain Vyper program suite
[![rust checks](https://github.com/vyper-protocol/vyper-cli/actions/workflows/rust-checks.yml/badge.svg)](https://github.com/vyper-protocol/vyper-cli/actions/workflows/rust-checks.yml)
[![deploy cargo docs](https://github.com/vyper-protocol/vyper-cli/actions/workflows/cargo-docs.yml/badge.svg)](https://github.com/vyper-protocol/vyper-cli/actions/workflows/cargo-docs.yml)
## Installation
### 1. Download the source code.
```bash
$ git clone [email protected]:vyper-protocol/vyper-cli.git
$ cd vyper-cli
```### 2. Build
```bash
$ cargo build
```### 3. Install
```bash
$ cargo install --path .
```## Usage
```bash
$ vyper
```## Example
##### Get current version
```bash
$ vyper --version
```##### Fetch tranche configuration
```bash
$ vyper core fetch 5Q8tNcpKjBSGHyW3LEr1rGAJeuuLWCbYB5frL79XacRC
```