This is a Smart Contract to connect with Solana using Rust, more specifically Dioxus.
-
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.
-
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.
-
Setting Dioxus (Wasm) for our front end. Check the official docs to get started.
- Connect with Phantom Wallet and get the balance SOL(s) of your account.
- Transfer SOL(s) from your account to another account (you might need the public key of the receiver's account).
- You can also Airdrop or get 5 SOL(s) to your account.
dx serve --hot-reload