Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivankk26/soltransfer-dapp
Welcome to the Solana Token Sender project! This application enables you to seamlessly send Solana tokens from one address to another by entering the token amount and the recipient's address through an intuitive form. Built with Tailwind CSS, TypeScript, Next.js, and Solana Wallets, this project leverages cutting-edge technologies to provide a...
https://github.com/shivankk26/soltransfer-dapp
git nextjs phantom-wallet solana solana-client tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Welcome to the Solana Token Sender project! This application enables you to seamlessly send Solana tokens from one address to another by entering the token amount and the recipient's address through an intuitive form. Built with Tailwind CSS, TypeScript, Next.js, and Solana Wallets, this project leverages cutting-edge technologies to provide a...
- Host: GitHub
- URL: https://github.com/shivankk26/soltransfer-dapp
- Owner: ShivankK26
- Created: 2024-01-16T08:33:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:30:18.000Z (11 months ago)
- Last Synced: 2024-04-28T06:19:24.153Z (8 months ago)
- Topics: git, nextjs, phantom-wallet, solana, solana-client, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 333 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Token Sender
Welcome to the Solana Token Sender project! This application enables you to seamlessly send Solana tokens from one address to another by entering the token amount and the recipient's address through an intuitive form. Built with Tailwind CSS, TypeScript, Next.js, and Solana Wallets, this project leverages cutting-edge technologies to provide a smooth user experience.
## Features
- **User-Friendly Interface:** Easily send Solana tokens by filling out a simple form.
- **Tailwind CSS Styling:** A sleek and responsive design crafted with Tailwind CSS.
- **TypeScript:** A statically typed language for enhanced code reliability.
- **Next.js:** A React framework for building server-rendered and statically generated applications.
- **Solana Wallet Integration:** Securely interact with Solana wallets for seamless token transfers.## Getting Started
Follow these steps to set up and run the Solana Token Sender on your local machine.
### Prerequisites
- Node.js: Ensure you have Node.js installed. You can download it [here](https://nodejs.org/).
### Installation
1. Clone the repository:
```bash
git clone https://github.com/ShivankK26/SOLTransfer-dApp.git
```2. Navigate to the project directory:
```bash
cd soltransfer-dapp
```3. Install dependencies:
```bash
npm install
```### Usage
1. Start the application:
```bash
npm run dev
```2. Open your web browser and go to [http://localhost:3000](http://localhost:3000).
3. Utilize the form to enter the token amount and the recipient's Solana address.
4. Click the "Send Tokens" button to initiate the token transfer.
### Contributing
Feel free to contribute to this project! Check out the [contribution guidelines](CONTRIBUTING.md) for more information.