chimmykk / Namada-SDK

A Rust implementation of a Namada SDK featuring functionalities to transfer, create, derive, and import wallets
0 stars 2 forks source link

Namada Wallet in Rust

A Rust implementation of a Namada wallet featuring functionalities to create, derive, and import wallets.

Load an existing wallet.toml and allow the entry of a new keypair from a mnemonic code.

The wallet will be saved to/loaded from ./sdk-wallet/wallet.toml

Features

Getting Started

Prerequisites

Make sure you have Rust installed. You can download it from rust-lang.org.

Installation

Clone the repository:

git clone https://github.com/yourusername/namada-wallet.git
cd namada-wallet
cargo build
cargo run dev

Examples

Contains all examples code for each implementation To run

Perform the same on each Folder

cargo build
cargo run dev

Acknowledgements

Thanks to Ian (Spork) for helping me out with the process!