{"id":18780531,"url":"https://github.com/barkprotocol/bark-swap-ts","last_synced_at":"2026-02-27T17:12:14.924Z","repository":{"id":255797534,"uuid":"853317061","full_name":"barkprotocol/bark-swap-ts","owner":"barkprotocol","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T02:21:05.000Z","size":2477,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T23:53:50.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/barkprotocol.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-06T12:20:18.000Z","updated_at":"2025-05-07T20:43:13.000Z","dependencies_parsed_at":"2024-09-07T06:23:21.768Z","dependency_job_id":"c26efe0e-80cc-48ad-ac21-39434bc8b9f7","html_url":"https://github.com/barkprotocol/bark-swap-ts","commit_stats":null,"previous_names":["barkprotocol/bark-swap-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barkprotocol/bark-swap-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-swap-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-swap-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-swap-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-swap-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barkprotocol","download_url":"https://codeload.github.com/barkprotocol/bark-swap-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-swap-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29905759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-07T20:26:57.468Z","updated_at":"2026-02-27T17:12:14.907Z","avatar_url":"https://github.com/barkprotocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BarkSwap\n\nBark**Swap** is an interface that allows users to submit Solana order intents for consumption by the BARK Protocol. It provides a streamlined way to manage and execute token swaps on the Solana blockchain.\n\n## Features\n\n- **Order Submission**: Easily submit order intents for Solana token swaps.\n- **Integration with BARK Protocol**: Seamless interaction with the BARK Protocol for executing trades.\n- **User-Friendly Interface**: Designed with a clean and intuitive UI for managing orders.\n\n## Tech Stack\n\n- **Next.js**: A React framework for server-side rendering and static site generation.\n- **TypeScript**: A strongly typed programming language that builds on JavaScript.\n- **React**: A component-based JavaScript library for building user interfaces.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **Vercel**: A platform for frontend frameworks and static sites.\n- **Mantine**: A React + Tailwind component library offering prebuilt components for complex use cases.\n\n## External Documentation\n\n- **Token List by Trust Wallet**: [Token List](https://trustwallet.com/tokenlist) - A comprehensive list of tokens used for Solana applications.\n- **Wallet Adapter**: [Wallet Adapter Documentation](https://github.com/solana-labs/wallet-adapter) - Modular TypeScript wallet adapters and components for Solana applications.\n- **Jupiter**: [Jupiter Docs](https://jup.ag/docs) - For handling market orders within the Swap platform.\n- **Pyth**: [Pyth Documentation](https://pyth.network/docs) - For Price Feeds on Limit Orders.\n- **Hellius**: [Hellius RPC Provider](https://hellius.dev) - An RPC provider for reliable communication with the Solana blockchain in Mainnet. Used for fetching token balances and submitting intents for Market Orders.\n\n## Setup\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/barkprotocol/barkswap.git\n   cd barkswap\n   ```\n\n2. **Install Dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Environment Variables**\n\n   Create a `.env` file in the root directory and add the following environment variables:\n\n   ```env\nNEXT_PUBLIC_SOLANA_NETWORK=Devnet\nHELIUS_API_KEY=\"\"\nPROTOCOL_PROGRAM_ID_PUBLIC_KEY=\nNONCE_AUTHORITY_ACCOUNT_SECRET_KEY=\nNONCE_AUTHORITY_ACCOUNT_PUBLIC_KEY=\nNONCE_ACCOUNT_PUBLIC_KEY=\nNONCE_ACCOUNT_SECRET_KEY=\"\"\n   ```\n\n4. **Run the Development Server**\n\n   ```bash\n   npm run dev\n   ```\n\n5. **Deploy**\n\n   For deployment, push your changes to your repository, and Vercel will automatically deploy the application.\n\n## Contributing\n\nIf you'd like to contribute to the project, please follow these steps:\n\n1. Fork the repository.\n2. Create a feature branch.\n3. Make your changes and test them.\n4. Submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fbark-swap-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarkprotocol%2Fbark-swap-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fbark-swap-ts/lists"}