#smart-contracts #rpc #url #tool #command-line-tool #cli #kizuna

app kizuna-cli

A CLI tool for managing RPC URLs and interacting with smart contracts

1 unstable release

new 0.2.0 Jan 16, 2025

#909 in Magic Beans

Download history 118/week @ 2025-01-15

118 downloads per month

MIT license

27KB
139 lines

Kizuna (絆)

Kizuna is a CLI tool that helps developers manage RPC URLs and interact with smart contracts

[!WARNING] This project is still in a very early and experimental phase.

Features

  • Manage RPC URLs: Add, remove, and list RPC URLs for use in smart contract interactions.
  • Interact with Smart Contracts: (Future feature) Easily connect and interact with deployed smart contracts using RPC URLs.

Installation

Using Cargo

  1. Clone the repository:

    git clone https://github.com/your-username/kizuna.git
    cd kizuna
    
  2. Build the project:

    cargo build --release
    
  3. Optionally, install it globally:

    cargo install --path .
    
  4. After installation, you can run the kizuna command from anywhere.

Pre-built Binaries (Future)

We will provide pre-built binaries for various platforms soon. Check the Releases section for the latest version.

Usage

Once Kizuna is installed, you can start using it with the following commands.

List all saved RPC URLs

kizuna rpc list

why kizuna

kizuna means means [connection] in japanese

Dependencies

~10MB
~191K SLoC