Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarunrao0/solana-transfer-dapp
Simple dApp that lets users transfer SOL to any wallet address. It also provides them with a link to verify the transaction on the Solana explorer 🔍
https://github.com/tarunrao0/solana-transfer-dapp
blockchain dapp solana web3
Last synced: 24 days ago
JSON representation
Simple dApp that lets users transfer SOL to any wallet address. It also provides them with a link to verify the transaction on the Solana explorer 🔍
- Host: GitHub
- URL: https://github.com/tarunrao0/solana-transfer-dapp
- Owner: Tarunrao0
- License: mit
- Created: 2024-08-08T10:06:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T20:12:35.000Z (6 months ago)
- Last Synced: 2024-11-12T02:19:05.929Z (3 months ago)
- Topics: blockchain, dapp, solana, web3
- Language: TypeScript
- Homepage:
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solana-transfer
## Enter the amount of SOL to send and the address to send it to
![image](https://github.com/user-attachments/assets/bb60c2e0-47df-4710-96a2-df2830a9a21a)## Hit send and approve the transaction, click on the link 🔗
![image](https://github.com/user-attachments/assets/7ea0f4fd-37fb-4f3e-ae91-a07a3ef8c992)## Verify the transaction on Solana Explorer
![image](https://github.com/user-attachments/assets/55ac5a05-d206-49b4-9516-d8d4cd1f854c)## Getting Started
### Prerequisites
- Node v18.18.0 or higher
### Installation
#### Clone the repo
```shell
git clone
cd
```#### Install Dependencies
```shell
npm install
```#### Start the web app
```
npm run dev
```## Apps
### web
This is a React app.
#### Commands
Start the web app
```shell
npm run dev
```Build the web app
```shell
npm run build
```