{"id":22802465,"url":"https://github.com/barkprotocol/token-sale-dapp","last_synced_at":"2026-03-05T00:35:36.016Z","repository":{"id":267582072,"uuid":"900743341","full_name":"barkprotocol/token-sale-dapp","owner":"barkprotocol","description":"BARK Token Sale Platform is a Next.js-based web3 application for managing and participating in the BARK token sale on the Solana blockchain. This platform provides a user-friendly interface for users to purchase BARK tokens, track the progress of the token sale, and access important information about the project.","archived":false,"fork":false,"pushed_at":"2025-03-21T17:05:14.000Z","size":699,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T21:53:40.400Z","etag":null,"topics":["ico","solana","solana-token","token"],"latest_commit_sha":null,"homepage":"https://token-sale-mvp.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barkprotocol.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}},"created_at":"2024-12-09T11:47:43.000Z","updated_at":"2025-01-23T16:18:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"54f0028e-b301-4ede-a48b-a47b2dc243e7","html_url":"https://github.com/barkprotocol/token-sale-dapp","commit_stats":null,"previous_names":["barkprotocol/token-sale-dapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barkprotocol/token-sale-dapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Ftoken-sale-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Ftoken-sale-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Ftoken-sale-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Ftoken-sale-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barkprotocol","download_url":"https://codeload.github.com/barkprotocol/token-sale-dapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Ftoken-sale-dapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30102480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T23:59:36.199Z","status":"ssl_error","status_checked_at":"2026-03-04T23:56:48.556Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ico","solana","solana-token","token"],"created_at":"2024-12-12T09:06:02.685Z","updated_at":"2026-03-05T00:35:35.979Z","avatar_url":"https://github.com/barkprotocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BARK Token Sale Platform\n\n![BARK Token Sale Platform UI/UX](https://ucarecdn.com/1be3b1a9-b441-42db-a61f-bff908583e1c/tokensaledapp.png)\n\n## Overview\n\nBARK Token Sale Platform is a Next.js-based web3 application for managing and participating in the BARK token sale on the Solana blockchain. This platform provides a user-friendly interface for users to purchase BARK tokens, track the progress of the token sale, and access important information about the project.\n\n## Features\n\n- Real-time token sale progress tracking\n- Countdown timer for sale stages (Pre-sale, Public sale)\n- Secure token purchase functionality\n- Wallet integration for Solana blockchain\n- Responsive design for mobile and desktop\n- FAQ, Terms of Sale, and Privacy Policy pages\n\n## Technologies Used\n\n- Next.js 15+ (App Router)\n- React 19\n- TypeScript\n- Tailwind CSS\n- Shadcn/ui components\n- Solana Web3.js (for blockchain interactions)\n\n## Prerequisites\n\n- Node.js 20 or later\n- npm or yarn package manager\n- A Solana wallet (e.g., Phantom, Solflare)\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/bark-protocol/bark-token-sale-platform.git\n```\n\n2. Navigate to the project directory:\n```bash\ncd bark-token-sale-platform\n```\n\n3. Install dependencies:\n```bash\npnpm install\n# or\nyarn install\n```\n\n4. Set up environment variables:\n   - Create a `.env.local` file in the root directory and populate it with the following values:\n     ```plaintext\n     NEXT_PUBLIC_SUPABASE_URL=\u003cyour-supabase-url\u003e\n     NEXT_PUBLIC_SUPABASE_ANON_KEY=\u003cyour-supabase-anon-key\u003e\n     NEXT_PUBLIC_SOLANA_NETWORK=\u003csolana-network\u003e\n     NEXT_PUBLIC_SOLANA_RPC_URL=\u003csolana-rpc-url\u003e\n     TOKEN_PROGRAM_ID=\u003ctoken-program-id\u003e\n     SALE_WALLET_ADDRESS=\u003csale-wallet-address\u003e\n     ```\n\n5. Start the development server:\n```bash\npnpm run dev\n# or\nyarn dev\n```\n\n6. Open the application in your browser:\n   - Navigate to `http://localhost:3000`.\n\n## Deployment\n\nThis project is pre-configured for Vercel deployment. To deploy:\n\n1. Connect your GitHub repository to Vercel.\n2. Set the required environment variables in the Vercel dashboard.\n3. Deploy your application with a single click.\n\n## Usage\n\n1. **Connect Wallet**:\n   - Users can connect their Solana wallet (e.g., Phantom or Solflare) using the wallet integration feature.\n\n2. **View Token Sale Progress**:\n   - The real-time progress bar and countdown timer show the current status of the token sale.\n\n3. **Purchase Tokens**:\n   - Users can input the number of tokens they wish to buy, review the transaction details, and confirm the purchase.\n\n4. **Access Information**:\n   - Dedicated pages for FAQs, Terms of Sale, and Privacy Policy provide all necessary details about the token sale.\n\n## Contribution\n\nWe welcome contributions! Please follow the steps below:\n\n1. Fork the repository.\n2. Create a feature branch: \n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Description of your changes\"\n   ```\n4. Push the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request in the original repository.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Ftoken-sale-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarkprotocol%2Ftoken-sale-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Ftoken-sale-dapp/lists"}