Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yourarj/solana-twitter-enhanced

This is solana blockchain program where we can send tweets and data will be stored on chain.
https://github.com/yourarj/solana-twitter-enhanced

anchor blockchain blockchain-technology rust rust-lang solana solana-program

Last synced: 17 days ago
JSON representation

This is solana blockchain program where we can send tweets and data will be stored on chain.

Awesome Lists containing this project

README

        

# solana-twitter-enhanced

This project allows users to send tweets.
The main difference is the dynamic sizing of tweets is allowed, which takes away the main problem of static rigid cost of tweet no matter what is user is willing to send, sometimes it's just emoji or sometimes long para.

Target blockchain: SOLANA (Anchor framework)

Stack: Rust, Typescript, Svelte(coming soon)