An open API service indexing awesome lists of open source software.

https://github.com/rishavmehra/solana-learnings


https://github.com/rishavmehra/solana-learnings

Last synced: 3 months ago
JSON representation

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)