{"id":16365089,"url":"https://github.com/riteshpuvvada/personal-token-with-rust-smart-contracts","last_synced_at":"2026-04-30T06:32:35.529Z","repository":{"id":37091603,"uuid":"455531411","full_name":"RiteshPuvvada/Personal-Token-With-Rust-Smart-Contracts","owner":"RiteshPuvvada","description":"Create your personal token with rust smart contracts","archived":false,"fork":false,"pushed_at":"2023-01-20T23:50:54.000Z","size":222,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-03T21:43:55.622Z","etag":null,"topics":["blockchain-technology","cryptocurrency","decentralized","devnet","rust-lang","solana-program","solana-token"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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-04T12:00:54.000Z","updated_at":"2022-11-22T14:40:37.000Z","dependencies_parsed_at":"2023-01-21T03:15:57.503Z","dependency_job_id":null,"html_url":"https://github.com/RiteshPuvvada/Personal-Token-With-Rust-Smart-Contracts","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FPersonal-Token-With-Rust-Smart-Contracts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FPersonal-Token-With-Rust-Smart-Contracts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FPersonal-Token-With-Rust-Smart-Contracts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiteshPuvvada%2FPersonal-Token-With-Rust-Smart-Contracts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RiteshPuvvada","download_url":"https://codeload.github.com/RiteshPuvvada/Personal-Token-With-Rust-Smart-Contracts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219863633,"owners_count":16555945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["blockchain-technology","cryptocurrency","decentralized","devnet","rust-lang","solana-program","solana-token"],"created_at":"2024-10-11T02:42:36.060Z","updated_at":"2026-04-30T06:32:30.496Z","avatar_url":"https://github.com/RiteshPuvvada.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = \"center\"\u003e\n\u003ch1\u003eSolana Rust Token 💰\u003ch1\u003e\n\u003c/div\u003e\n\nThis 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/Personal-Token-With-Rust-Smart-Contracts.git\n\ncd Personal-Token-With-Rust-Smart-Contracts\n```\n\n* Install the dependencies\n\n```bash\nnpm install\n```\n\n* Compile this project\n\n```bash\nanchor build\n```\n\n* Run tests\n\n```bash\nanchor test\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshpuvvada%2Fpersonal-token-with-rust-smart-contracts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friteshpuvvada%2Fpersonal-token-with-rust-smart-contracts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friteshpuvvada%2Fpersonal-token-with-rust-smart-contracts/lists"}