{"id":22591626,"url":"https://github.com/stratafoundation/wumbo","last_synced_at":"2025-04-10T23:22:40.681Z","repository":{"id":71711815,"uuid":"365633479","full_name":"StrataFoundation/wumbo","owner":"StrataFoundation","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-09T20:31:15.000Z","size":49740,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T12:07:10.834Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wumbo-site.vercel.app","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/StrataFoundation.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":"2021-05-08T23:59:15.000Z","updated_at":"2024-06-01T01:00:15.000Z","dependencies_parsed_at":"2023-03-01T16:15:57.086Z","dependency_job_id":null,"html_url":"https://github.com/StrataFoundation/wumbo","commit_stats":{"total_commits":165,"total_committers":4,"mean_commits":41.25,"dds":0.509090909090909,"last_synced_commit":"c6b1913b9853d14478b834f647fbc551ac07171c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrataFoundation%2Fwumbo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrataFoundation%2Fwumbo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrataFoundation%2Fwumbo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrataFoundation%2Fwumbo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StrataFoundation","download_url":"https://codeload.github.com/StrataFoundation/wumbo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248313184,"owners_count":21082816,"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-08T09:13:21.170Z","updated_at":"2025-04-10T23:22:40.653Z","avatar_url":"https://github.com/StrataFoundation.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wum.bo\n\nWum.bo is a set of Solana programs and a chrome extension to bring creator coins to major social networks. You can read the litepaper [here](https://drive.google.com/file/d/1srRh0IYYhDQptPEs9DzxhKEZy19yuI-4/view?usp=sharing)\n\n## Chrome Extension Dev Setup\n\nFirst, you'll need to clone https://github.com/solana-labs/oyster in a parallel directory to this. The package.json references this by relative path because it hasn't been published to npm\n\n```\ncd ..\ngit clone https://github.com/solana-labs/oyster\ncd wumbo\n```\n\nChange directories into the chrome extension,\n\n```\ncd chrome-extension\n```\n\nAfter that,\n\n```\nnpm install\n```\n\nTo develop, run\n\n```\nnpm run watch\n```\n\nTo build for production, run\n\n```\nnpm build\n```\n\n## Load the Extension\n\nEnter chrome://extensions/ in the address bar, and press enter. \n\nClick \"Load unpacked\". \n\nSelect the dist/ directory of this project\n\n## Project Setup\n\n```\nchrome-extension/\nspl-token-bonding/\n├─ program/\n├─ cli/\nwumbo/\n├─ program/\n├─ cli/\n```\n\n`chrome-extension` contains the React code for the chrome extension\n\nBoth `spl-token-bonding` and `wumbo` are programs on the solana blockchain. \n\n`spl-token-bonding` handles the bonding curves for both SOL x WUM and WUM x Creator Tokens. \n\n`wumbo` manages the association between bonding curves and social media accounts, and also verifies that all founder tokens follow a base curve.\n\nBoth programs come with their definitions in `program` and a command line interface with useful commands at `cli`. These are somewhat minimal right now, and contain the set of commands needed to create a new wumbo token, instance, and bonding curves.\n\n## Notes\n\nThe wumbo instance and program are all configured in `src/constants/globals.tsx`. If you change any of these,\nor leave devnet, you'll need to use the cli to recreate them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratafoundation%2Fwumbo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstratafoundation%2Fwumbo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratafoundation%2Fwumbo/lists"}