{"id":18780548,"url":"https://github.com/barkprotocol/cnft-staking-fe","last_synced_at":"2025-12-18T23:30:26.393Z","repository":{"id":251891734,"uuid":"838656968","full_name":"barkprotocol/cnft-staking-fe","owner":"barkprotocol","description":"The BARK | CNFT Staking Platform repository. This platform allows users to stake their CNFTs (Crypto Non-Fungible Tokens) on the Solana blockchain and manage their assets effectively. Build with Next.js, TypeScript, Solana","archived":false,"fork":false,"pushed_at":"2024-08-06T09:40:05.000Z","size":825,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T10:44:22.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2024-08-06T05:11:49.000Z","updated_at":"2024-08-06T09:41:21.000Z","dependencies_parsed_at":"2024-08-06T11:48:48.281Z","dependency_job_id":null,"html_url":"https://github.com/barkprotocol/cnft-staking-fe","commit_stats":null,"previous_names":["barkprotocol/cnft-staking-fe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fcnft-staking-fe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fcnft-staking-fe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fcnft-staking-fe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fcnft-staking-fe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barkprotocol","download_url":"https://codeload.github.com/barkprotocol/cnft-staking-fe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239696930,"owners_count":19682331,"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-11-07T20:27:01.679Z","updated_at":"2025-12-18T23:30:21.026Z","avatar_url":"https://github.com/barkprotocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BARK | CNFT Staking Platform\n\nWelcome to the BARK | CNFT Staking Platform repository. This platform allows users to stake their CNFTs (Crypto Non-Fungible Tokens) on the Solana blockchain and manage their assets effectively. Built with modern web technologies, this platform offers a seamless staking experience with real-time updates and comprehensive NFT management.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Staking Management**: Stake and unstake your CNFTs with ease.\n- **Real-time Updates**: Get real-time updates on staking status and NFT details.\n- **Price Tracking**: Monitor the price of SOL and other relevant metrics.\n- **Modular Components**: Reusable components for managing modals and tabs.\n- **Security**: Secure interactions with Solana blockchain using well-established libraries.\n\n## Technologies Used\n\n- **Frontend**:\n  - React\n  - TypeScript\n  - Tailwind CSS\n  - @solana/web3.js\n  - @metaplex-foundation/js\n  - @coral-xyz/anchor\n\n- **Backend**:\n  - Node.js\n  - Express\n  - Solana RPC API\n\n- **Utilities**:\n  - @solana/spl-token\n  - @solana/wallet-adapter-react\n  - @solana/wallet-adapter-react-ui\n\n## Installation\n\nTo get started with the BARK CNFT Staking Platform, follow these steps:\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/barkprotocol/bark-cnft-staking-platform.git\n    ```\n\n2. **Navigate to the project directory**:\n    ```bash\n    cd bark-cnft-staking-platform\n    ```\n\n3. **Install dependencies**:\n    ```bash\n    npm install\n    ```\n\n4. **Set up environment variables**:\n   Create a `.env` file in the root directory and add the required environment variables:\n    ```bash\n    NEXT_PUBLIC_API_ENDPOINT=https://api.domain.com\n    ADMIN_WALLET=your_admin_wallet_base58_secret\n    SOLANA_RPC=https://api.mainnet-beta.solana.com\n    ```\n\n5. **Run the development server**:\n    ```bash\n    npm run dev\n    ```\n\n6. **Open your browser**:\n   Navigate to `http://localhost:3000` to see the platform in action.\n\n## Configuration\n\nEnsure you configure the following environment variables:\n\n- `NEXT_PUBLIC_API_ENDPOINT`: The endpoint for your backend API.\n- `ADMIN_WALLET`: Base58 encoded secret key of the admin wallet for signing transactions.\n- `SOLANA_RPC`: The RPC URL for the Solana blockchain.\n\n## Usage\n\n- **Connecting Wallet**: Use the Connect button to link your Solana wallet.\n- **Staking NFTs**: Navigate to the staking interface to stake or unstake your CNFTs.\n- **Managing NFTs**: View and manage your NFTs using the provided tabs and modals.\n\n## Contributing\n\nWe welcome contributions to the BARK CNFT Staking Platform! To contribute:\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature/new-feature`).\n3. Commit your changes (`git commit -am 'Add new feature'`).\n4. Push to the branch (`git push origin feature/new-feature`).\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fcnft-staking-fe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarkprotocol%2Fcnft-staking-fe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fcnft-staking-fe/lists"}