{"id":50996220,"url":"https://github.com/casatrick/solana-magicblock-vrf-contract","last_synced_at":"2026-06-20T09:35:19.720Z","repository":{"id":279929153,"uuid":"940463394","full_name":"casatrick/solana-magicblock-vrf-contract","owner":"casatrick","description":"🚀Solana Random Character Generator - Anchor program \u0026 Next.js frontend using MagicBlock VRF to generate on-chain, verifiable random character stats based on solana random number generator.","archived":false,"fork":false,"pushed_at":"2026-03-13T14:26:31.000Z","size":558,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-06-19T07:36:50.365Z","etag":null,"topics":["anchor","magicblock","randomness","rust","solana","vrf"],"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/casatrick.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-28T08:12:19.000Z","updated_at":"2026-03-13T14:26:35.000Z","dependencies_parsed_at":"2025-03-06T11:32:50.926Z","dependency_job_id":null,"html_url":"https://github.com/casatrick/solana-magicblock-vrf-contract","commit_stats":null,"previous_names":["love-luca/rune-swap-backend","love-luca/ordinal-rune-marketplace-swap-backend","defaimaxi/ordinal-rune-marketplace-swap-backend","0xzepdev/ordinal-rune-marketplace-swap-backend","caterpillardev/ordinal-rune-marketplace-swap-backend","roswelly/ordinal-rune-marketplace-swap-backend","roswelly/ordinal-marketplace-backend","roswelly/magicblock-vrf-sample","roswelly/solana-magicblock-vrf-contract","casatrick/solana-magicblock-vrf-contract"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/casatrick/solana-magicblock-vrf-contract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casatrick%2Fsolana-magicblock-vrf-contract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casatrick%2Fsolana-magicblock-vrf-contract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casatrick%2Fsolana-magicblock-vrf-contract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casatrick%2Fsolana-magicblock-vrf-contract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casatrick","download_url":"https://codeload.github.com/casatrick/solana-magicblock-vrf-contract/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casatrick%2Fsolana-magicblock-vrf-contract/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34565240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","magicblock","randomness","rust","solana","vrf"],"created_at":"2026-06-20T09:35:18.789Z","updated_at":"2026-06-20T09:35:19.711Z","avatar_url":"https://github.com/casatrick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Random Character Generator\n\nSimple character rolling application using MagicBlock verifiable random function (VRF) to generate random numbers for character stats. This is extended from the [MagicBlock roll dice example](https://github.com/magicblock-labs/magicblock-engine-examples/tree/main/roll-dice).\n\n# Demo\n\n\u003cimg width=\"508\" alt=\"Character Generator Demo Screenshot\" src=\"./assets/demoScreenshot.png\" /\u003e\n\n[https://mb-vrf.vercel.app/](https://mb-vrf.vercel.app//)\n\n## Software Packages\n\nThis program has utilized the following software packages.\n\n| Software   | Version | Installation Guide                                              |\n| ---------- | ------- | --------------------------------------------------------------- |\n| **Solana** | 2.1.6   | [Install Solana](https://docs.anza.xyz/cli/install)             |\n| **Rust**   | 1.82    | [Install Rust](https://www.rust-lang.org/tools/install)         |\n| **Anchor** | 0.31.0  | [Install Anchor](https://www.anchor-lang.com/docs/installation) |\n\n```sh\n# Check and initialize your Solana version\nagave-install list\nagave-install init 2.1.6\n\n# Check and initialize your Rust version\nrustup show\nrustup install 1.82\n\n# Check and initialize your Anchor version\navm list\navm use 0.31.0\n```\n\n## Build and Test\n\nBuild the program:\n\n```bash\nanchor build\n```\n\nRun the tests:\n\n```bash\nanchor test --skip-deploy --skip-build --skip-local-validator\n```\n\n## Launch the Frontend\n\nTo start the frontend application locally:\n\n```bash\ncd app\n```\n\nInstall dependencies:\n\n```bash\nyarn install\n```\n\nStart the development server:\n\n```bash\nyarn dev\n```\n\nThe application will be available at `http://localhost:3000` (or another port if 3000 is already in use).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasatrick%2Fsolana-magicblock-vrf-contract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasatrick%2Fsolana-magicblock-vrf-contract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasatrick%2Fsolana-magicblock-vrf-contract/lists"}