Skip to content

bunnyBites/solana-rust-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Frontend in Rust - Smart contract

This is a Smart Contract to connect with Solana using Rust, more specifically Dioxus.

Prerequisites

  1. This project uses Axum webserver which is a separate project written in Rust. see here to know more. You might also check its readme section to know what details you need to provide to run your back-end server.

  2. Phantom wallet - we will be using Devnet to test our program. You can also modify the code from the web server repo if you want to work with other environments. Check here to learn more about how to configure Phantom to your browser and how to interact with it.

  3. Setting Dioxus (Wasm) for our front end. Check the official docs to get started.

What to expect from this project?

  1. Connect with Phantom Wallet and get the balance SOL(s) of your account.
  2. Transfer SOL(s) from your account to another account (you might need the public key of the receiver's account).
  3. You can also Airdrop or get 5 SOL(s) to your account.

Running the application Locally with hot-reload

dx serve --hot-reload

Project Preview

"solana_ui"

About

This is a frontend code for solana blockchain (project) with Dioxus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages