{"id":22480196,"url":"https://github.com/pinatacloud/hello-base","last_synced_at":"2025-03-27T18:27:57.309Z","repository":{"id":266409021,"uuid":"898265318","full_name":"PinataCloud/hello-base","owner":"PinataCloud","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-04T18:25:28.000Z","size":536,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T21:35:28.431Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hello-base.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PinataCloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12-04T04:51:51.000Z","updated_at":"2024-12-05T00:11:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"068f1e78-5701-4cda-93c5-80d86844ed53","html_url":"https://github.com/PinataCloud/hello-base","commit_stats":null,"previous_names":["pinatacloud/hello-base"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fhello-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fhello-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fhello-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fhello-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PinataCloud","download_url":"https://codeload.github.com/PinataCloud/hello-base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245900958,"owners_count":20690942,"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-06T15:20:04.787Z","updated_at":"2025-03-27T18:27:57.301Z","avatar_url":"https://github.com/PinataCloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## HelloBase\n\n![og](./public/og.png)\n\nThis is the official repo for [HelloBase](https://hellobase.dev), a starting place for any developer who is interested in building onchain.\n\nThe app is composed of two pieces:\n\n- Next.js client\n- [Smart Contracts on Base Sepolia](https://github.com/PinataCloud/hello-base-contracts)\n\nThis repo contains the code for the Next.js client and uses a combination of [Wagmi.sh](https://wagmi.sh) and [Coinbase Smart Wallets](https://www.coinbase.com/wallet/smart-wallet) to provide a seemless experience for anyone to start building onchain. Below is a flow chart for the user experience and what happens behind the scenes.\n\n```mermaid\nsequenceDiagram\n    participant User\n    participant Wallet\n    participant ContractFactory\n    participant Contract\n\n    User-\u003e\u003eWallet: Create Wallet\n    User-\u003e\u003eContractFactory: Deploy Contract\n    ContractFactory--\u003e\u003eContract: Create new instance\n    ContractFactory--\u003e\u003eUser: Return contract address\n    Wallet-\u003e\u003eContract: Set initial greeting\n    Contract--\u003e\u003eUser: Confirm transaction\n    User-\u003e\u003eContract: Read greeting\n    Contract--\u003e\u003eUser: Return greeting\n    Wallet-\u003e\u003eContract: Set new greeting\n    Contract--\u003e\u003eUser: Confirm transaction\n    User-\u003e\u003eContract: Read greeting again\n    Contract--\u003e\u003eUser: Return new greeting\n```\n\n## Development\n\nFirst clone the repo and install dependencies\n\n```\ngit clone https://github.com/PinataCloud/hello-base\ncd hello-base\nnpm install\n```\n\nUpdate the `.env.example` to `.env.local` and fill in the environment variables\n\n```\nNEXT_PUBLIC_URL= # Hosted App URL\nNEXT_PUBLIC_FACTORY_ADDRESS= # Address of deployed factory\n```\n\nSpin up the dev server\n\n```\nnpm run dev\n```\n\n## Contact\n\nFeel free to reach out if you have any questions!\n\n[steve@pinata.cloud](mailto:steve@pinata.cloud)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinatacloud%2Fhello-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinatacloud%2Fhello-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinatacloud%2Fhello-base/lists"}