{"id":16365087,"url":"https://github.com/riteshpuvvada/simple-message-app-on-solana","last_synced_at":"2026-02-23T00:41:31.080Z","repository":{"id":39754625,"uuid":"454295208","full_name":"RiteshPuvvada/Simple-message-app-on-solana","owner":"RiteshPuvvada","description":"A messaging app built on top of Solana blockchain where you can store and view your messages.","archived":false,"fork":false,"pushed_at":"2023-01-20T23:49:21.000Z","size":109,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T13:37:10.528Z","etag":null,"topics":["anchor","blockchain-technology","decentralized","rust-lang","solana","solana-program","time-capsule","wallet"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RiteshPuvvada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-01T07:19:48.000Z","updated_at":"2024-09-20T21:05:05.000Z","dependencies_parsed_at":"2023-02-12T06:45:53.517Z","dependency_job_id":null,"html_url":"https://github.com/RiteshPuvvada/Simple-message-app-on-solana","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RiteshPuvvada/Simple-message-app-on-solana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FSimple-message-app-on-solana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FSimple-message-app-on-solana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FSimple-message-app-on-solana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FSimple-message-app-on-solana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RiteshPuvvada","download_url":"https://codeload.github.com/RiteshPuvvada/Simple-message-app-on-solana/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FSimple-message-app-on-solana/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29733122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anchor","blockchain-technology","decentralized","rust-lang","solana","solana-program","time-capsule","wallet"],"created_at":"2024-10-11T02:42:35.850Z","updated_at":"2026-02-23T00:41:31.051Z","avatar_url":"https://github.com/RiteshPuvvada.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = \"center\"\u003e\n\u003ch1\u003eMessage App on Solana 💬\u003ch1\u003e\n\u003c/div\u003e\n\nThis Message application written Rust using [Anchor ⚓](https://project-serum.github.io/anchor/getting-started/introduction.html) \n\n## Setting up the Environment:\n\n* Rust Installation\n\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\nsource $HOME/.cargo/env\nrustup component add rustfmt\n```\n\n* Solana Installation\n\n```bash\nsh -c \"$(curl -sSfL https://release.solana.com/v1.8.0/install)\"\n```\n**Please update your `PATH` environment variable to include the solana programs**\n\n* Installation of mocha\n\n```bash\nnpm install -g mocha\n```\n\n* [Anchor ⚓](https://project-serum.github.io/anchor/getting-started/introduction.html) Installation\n\n```bash\nnpm i -g @project-serum/anchor-cli\n```\n\n* And we can use Cargo to install CLI\n\n```bash\ncargo install --git https://github.com/project-serum/anchor --tag v0.17.0 anchor-cli --locked\n```\n---\n\n## Configurations on Solana CLI\n\n```bash\nsolana config get\n```\n\nConfigure `RPC URL`\n\n```bash\nsolana config set --url localhost\n```\n\nWallet address and airdrop some **SOL**\n\n```bash\nsolana address\n```\n\n* For more comprehensive details of your account\n\n```\nsolana account \u003cyour address from the last command\u003e\n```\n---\n\n## Getting Started\n\n* Clone this repository\n\n```bash\ngit clone https://github.com/RiteshPuvvada/Simple-message-app-on-solana.git\n\ncd Simple-message-app-on-solana\n```\n\n* Compile this project\n\n```bash\nanchor build\n```\n\n* Run tests\n\n```bash\nanchor test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshpuvvada%2Fsimple-message-app-on-solana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friteshpuvvada%2Fsimple-message-app-on-solana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshpuvvada%2Fsimple-message-app-on-solana/lists"}