{"id":51570461,"url":"https://github.com/boopi7/five-lucky","last_synced_at":"2026-07-10T19:02:08.265Z","repository":{"id":324720617,"uuid":"1088067836","full_name":"Boopi7/five-lucky","owner":"Boopi7","description":"A simple betting game on Cardano blockchain","archived":false,"fork":false,"pushed_at":"2025-11-02T09:34:33.000Z","size":68,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T20:51:45.102Z","etag":null,"topics":["html","python","shell"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Boopi7.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-11-02T09:34:33.000Z","updated_at":"2025-12-06T15:56:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Boopi7/five-lucky","commit_stats":null,"previous_names":["dravynn/five-lucky","boopi7/five-lucky"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Boopi7/five-lucky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2Ffive-lucky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2Ffive-lucky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2Ffive-lucky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2Ffive-lucky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Boopi7","download_url":"https://codeload.github.com/Boopi7/five-lucky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boopi7%2Ffive-lucky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35339931,"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-07-10T02:00:06.465Z","response_time":60,"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":["html","python","shell"],"created_at":"2026-07-10T19:02:04.038Z","updated_at":"2026-07-10T19:02:08.253Z","avatar_url":"https://github.com/Boopi7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lucky-five\nA simple betting game on cardano blockchain\n\n## Development\n\n1. [Set up a local cardano node.](https://developers.cardano.org/docs/get-started/installing-cardano-node)\n\n2. [Install PostgreSQL](https://www.digitalocean.com/community/tutorials/how-to-install-postgresql-on-ubuntu-20-04-quickstart) and create a dedicated user and database for development.\n\n3. Create the policy directory that will be used to store\npolicy related files for minting ticket-nfts.\n\n\t`mkdir -p $HOME/.luckyfive/policy`\n\n4. Create the payment directory to store payment key-pair\nused for the betting module.\n\n\t`mkdir -p $HOME/.luckyfive/payment`\n\n5. Clone the repository.\n\n\t`git clone https://github.com/riidatibula/lucky-five.git`\n\n6. Create a json config file.\n\n\t`sudo touch /etc/luckyfive-config.json; sudo -e /etc/luckyfive-config.json`\n\n\tEnter the your actual development configuration:\n\n\t```\n\t{\n        \"DEBUG\": true,\n        \"SECRET_KEY\": \"xxxxxxxx-secret-key-xxxxxxxx\",\n        \"LUCKYFIVE_API_KEY\": \"xxxxxxxx-api-xxxxxxxx\",\n        \"ALLOWED_HOSTS\": [],\n        \"DB_NAME\": \"luckyfive\",\n        \"DB_USER\": \"luckyfivedb\",\n        \"DB_PASSWORD\": \"mystrongpassword\",\n        \"DB_HOST\": \"localhost\",\n        \"POLICY_DIR\": \"$HOME/.luckyfive/policy/\",\n        \"PAYMENT_SKEY\": \"$HOME/.luckyfive/payment/payment.skey\",\n        \"PAYMENT_VKEY\": \"$HOME/.luckyfive/payment/payment.vkey\"\n\t}\n\t```\n\n7. Create a virtual environment under the cloned project.\n\n\t`cd \u003cproject-directory\u003e; python3 -m virtualenv .venv` \n\n8. Activate virtualenv.\n\n\t`source .venv/bin/active`\n\n9. Install dependencies.\n\n\t`pip -r install requirements.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboopi7%2Ffive-lucky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboopi7%2Ffive-lucky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboopi7%2Ffive-lucky/lists"}