https://github.com/rishavmehra/solana-learnings
https://github.com/rishavmehra/solana-learnings
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishavmehra/solana-learnings
- Owner: rishavmehra
- Created: 2025-01-14T22:22:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T19:50:27.000Z (4 months ago)
- Last Synced: 2025-02-09T20:32:03.901Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Program
**Typescript**
- [x] [Airdrop](https://github.com/rishavmehra/ts-assignment/blob/08af56f0d0ce7c9945f5d5485c010fb8a7bdf1a1/airdrop.ts)
- [x] [Transfer](https://github.com/rishavmehra/ts-assignment/blob/08af56f0d0ce7c9945f5d5485c010fb8a7bdf1a1/transfer.ts)
- [x] [NFT Mint(metadata)](https://github.com/rishavmehra/solana-starter/blob/02df030284d7ca6a322de5524a79608c95589a37/ts/cluster1/nft_metadata.ts)
- [x] [Token Mint](https://github.com/rishavmehra/solana-starter/blob/02df030284d7ca6a322de5524a79608c95589a37/ts/cluster1/spl_metadata.ts)**Rust(Anchor)**
- [x] [Lending Program](https://github.com/rishavmehra/lending)
- [x] [Token Vesting](https://github.com/rishavmehra/token-vesting/) -> [Live Link](http://token-vesting.rshv.xyz/)
- [x] [Escrow Program](https://github.com/rishavmehra/escrow-program)
- [x] [AMM Program](https://github.com/rishavmehra/amm.git)
- [x] Marketplace Program
- [x] [dave-solana](https://github.com/rishavmehra/dave-solana)
- [x] [Vault Program]**Bots/Blinks Solana, Meme Coins**
- [x] [Solana Trading bot](./solana-trading/)
- [x] [Meme coin trading bot](https://github.com/rishavmehra/meme-trade)
- [x] [voting blink](https://github.com/rishavmehra/voting-blink)**Blockchain GoLang**
- [x] [Blockchain](https://github.com/rishavmehra/blockchain)