{"id":34656846,"url":"https://github.com/functionland/contracts-ui","last_synced_at":"2026-01-13T20:36:39.218Z","repository":{"id":330314804,"uuid":"1122138103","full_name":"functionland/contracts-ui","owner":"functionland","description":"this is the portal to interact with smart contracts of Fula network","archived":false,"fork":false,"pushed_at":"2025-12-25T06:24:56.000Z","size":211,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T06:46:59.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://claim-ui.fula.network/","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/functionland.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-24T06:57:00.000Z","updated_at":"2025-12-25T06:35:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/functionland/contracts-ui","commit_stats":null,"previous_names":["functionland/contracts-ui"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/functionland/contracts-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionland%2Fcontracts-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionland%2Fcontracts-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionland%2Fcontracts-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionland%2Fcontracts-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/functionland","download_url":"https://codeload.github.com/functionland/contracts-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/functionland%2Fcontracts-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":"2025-12-24T18:20:45.359Z","updated_at":"2026-01-13T20:36:39.207Z","avatar_url":"https://github.com/functionland.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FULA Token Vesting Dashboard\n\nA decentralized application for managing and claiming vested FULA tokens. Built with React, Vite, and wagmi for seamless wallet integration.\n\n## Features\n\n- **Token Vesting**: View and claim vested tokens on Ethereum Mainnet and Base\n- **Airdrop Claims**: Claim airdrop allocations on IoTeX and Base\n- **Testnet Mining**: Claim testnet mining rewards on SKALE Europa\n- **Multi-Chain Support**: Works with Ethereum Mainnet, Base, SKALE Europa, and IoTeX\n- **Mobile \u0026 Desktop**: Works on both desktop and mobile browsers with wallet extensions\n\n## Supported Chains\n\n- Ethereum Mainnet\n- Base\n- SKALE Europa\n- IoTeX\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n- A Web3 wallet (MetaMask, Coinbase Wallet, etc.)\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/functionland/claim-ui.git\ncd claim-ui\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n```\n\n### Building for Production\n\n```bash\nnpm run build\n```\n\nThe built files will be in the `dist` directory.\n\n## Deployment\n\nThis project is configured for GitHub Pages deployment. Simply push to the `main` branch and the GitHub Actions workflow will automatically build and deploy.\n\n### Manual Deployment\n\n1. Build the project: `npm run build`\n2. Deploy the `dist` folder to any static hosting service\n\n### GitHub Pages Configuration\n\n1. Go to your repository settings\n2. Navigate to \"Pages\"\n3. Set source to \"GitHub Actions\"\n4. Push to main branch to trigger deployment\n\n## Project Structure\n\n```\nsrc/\n├── components/       # React components\n│   ├── admin/       # Admin panel components\n│   ├── common/      # Shared components (ConnectButton, etc.)\n│   └── vesting/     # Vesting-related components\n├── config/          # Configuration files\n│   ├── abis.ts      # Contract ABIs\n│   ├── chains.ts    # Chain configurations\n│   ├── constants.ts # App constants\n│   └── contracts.ts # Contract addresses\n├── contexts/        # React contexts\n├── hooks/           # Custom React hooks\n├── pages/           # Page components\n├── types/           # TypeScript types\n└── utils/           # Utility functions\n```\n\n## Smart Contracts\n\nThe dashboard interacts with the following contracts:\n\n- **Token Contract**: ERC20 FULA token\n- **Distribution Contract**: Token vesting/distribution\n- **Airdrop Contract**: Airdrop claims\n- **Testnet Mining Contract**: Testnet mining rewards\n- **Staking Contract**: Token staking\n- **Storage Pool Contract**: Storage pool management\n- **Reward Engine Contract**: Reward calculations\n\n## Wallet Connection\n\nThis app uses wagmi with injected wallet connectors, supporting:\n\n- MetaMask\n- Coinbase Wallet\n- Any browser wallet that injects the ethereum provider\n\nNo WalletConnect project ID is required - the app works with browser-based wallets out of the box.\n\n## Development\n\n```bash\n# Start dev server\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n\n# Lint code\nnpm run lint\n```\n\n## License\n\nMIT License\n\n## Support\n\nFor support, please contact hi@fx.land\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunctionland%2Fcontracts-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunctionland%2Fcontracts-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunctionland%2Fcontracts-ui/lists"}