Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yourarj/solana-twitter-enhanced
- Owner: yourarj
- License: mit
- Created: 2022-02-01T04:28:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T23:03:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T06:18:37.424Z (3 months ago)
- Topics: anchor, blockchain, blockchain-technology, rust, rust-lang, solana, solana-program
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)