{"id":22352239,"url":"https://github.com/superical/solana-bootcamp","last_synced_at":"2025-10-28T11:05:49.531Z","repository":{"id":236374185,"uuid":"781585038","full_name":"superical/solana-bootcamp","owner":"superical","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-26T18:59:07.000Z","size":318,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-20T14:10:52.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/superical.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-03T16:57:28.000Z","updated_at":"2024-04-26T18:59:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d0e96b4-0aa7-42fc-acbf-83ffa982a35a","html_url":"https://github.com/superical/solana-bootcamp","commit_stats":null,"previous_names":["superical/solana-bootcamp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/superical/solana-bootcamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superical%2Fsolana-bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superical%2Fsolana-bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superical%2Fsolana-bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superical%2Fsolana-bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superical","download_url":"https://codeload.github.com/superical/solana-bootcamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superical%2Fsolana-bootcamp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260959194,"owners_count":23088822,"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":[],"created_at":"2024-12-04T12:17:52.666Z","updated_at":"2025-10-28T11:05:49.526Z","avatar_url":"https://github.com/superical.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolanaBootcamp\n\n\u003e **Note**: We're expecting you have both [`rust`](https://www.rust-lang.org/tools/install) and [`solana cli`](https://docs.solana.com/cli/install-solana-cli-tools) installed. If you are running on the MacOS M1 and encounter issues, we suggest **NOT** to use brew to install rust, instead use curl or install from source.\n\n1. Install and build - creates binary files for each of the examples in `examples_baremtal/` creates inside `target/`\n\n   ```zsh\n   npm i\n   npm run build\n   ```\n\n1. Set your config to localhost\n\n   ```zsh\n   solana config set --url localhost\n   ```\n\n1. Run in seperate terminal window. This will spin up local solana cluster for you with RPC enpoint defaulted to `localhost:8899`, same as running `solana-test-validator --reset`\n\n   ```zsh\n   npm run start-local-cluster\n   ```\n\n1. Monitor the logs in seperate window by running\n\n   ```zsh\n    solana logs\n   ```\n\n## Commans for each example\n\n1. For each example run the following commands. The program would be deployed to the network specified in solana config\n\n   ```zsh\n   npm run deploy:n\n   ```\n\n   \u003e where `n` is example number from 1 to 7 what this script does in the background `solana program deploy ./examples_baremetal/target/deploy/nameOfExampleProgram.so`\n\n1. To interact with the contract, we'll be running the typescript code located in `client/` within each example\n\n   ```zsh\n   npm run call:n\n   ```\n\n   \u003e where n is example number from 1 to 7\n\n## Devnet\n\n1. If you want to use devnet run:\n\n   ```zsh\n   solana config set --url https://api.devnet.solana.com\n\n   # or\n\n   solana config set --url devnet\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperical%2Fsolana-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperical%2Fsolana-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperical%2Fsolana-bootcamp/lists"}