tinydancer

Crates.iotinydancer
lib.rstinydancer
version0.0.8
sourcesrc
created_at2023-03-12 11:03:26.735278
updated_at2023-03-14 07:18:10.612488
descriptionA light client for the solana blockchain
homepagehttps://docs.tinydancer.io
repositoryhttps://github.com/tinydancer-io/half-baked-client
max_upload_size
id807946
size277,953
Anoushk Kharangate (anoushk1234)

documentation

README

Tinydancer (V0)

Architecture

The client is designed to be modular and easily extensible for additional functionality as this is the v0 and with every major version there may be a need for major changes and add-on services.

Bird's Eye View

Architecture Diagram

Getting started

Build and add to path

cargo b -r && cp ./target/release/tinydancer ~/.local/bin/

Or install using cargo

cargo install --git https://github.com/tinydancer-io/half-baked-client tinydancer
Commit count: 90

cargo fmt