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 months 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 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-23T17:20:48.000Z (over 3 years ago)
- Last Synced: 2024-07-30T20:16:36.644Z (almost 2 years 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
[](https://github.com/vyper-protocol/vyper-cli/actions/workflows/rust-checks.yml)
[](https://github.com/vyper-protocol/vyper-cli/actions/workflows/cargo-docs.yml)
## Installation
### 1. Download the source code.
```bash
$ git clone git@github.com: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
```