{"id":21574752,"url":"https://github.com/ja88a/bounty-granter-eth","last_synced_at":"2025-04-10T16:23:11.008Z","repository":{"id":59253863,"uuid":"533341869","full_name":"ja88a/bounty-granter-eth","owner":"ja88a","description":"Decentralized handling of project grants' definition, assets allocation and conditional transfers based on validated achievements via reviewers and oracles.","archived":false,"fork":false,"pushed_at":"2023-05-31T09:12:53.000Z","size":3873,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T14:11:16.428Z","etag":null,"topics":["aut","blockchain","dao","ethereum","grants-management","hardhat","oracle","react","solidity","subgraph","typescript"],"latest_commit_sha":null,"homepage":"","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/ja88a.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}},"created_at":"2022-09-06T13:40:06.000Z","updated_at":"2024-01-24T10:12:02.000Z","dependencies_parsed_at":"2023-01-31T10:01:23.911Z","dependency_job_id":null,"html_url":"https://github.com/ja88a/bounty-granter-eth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ja88a%2Fbounty-granter-eth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ja88a%2Fbounty-granter-eth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ja88a%2Fbounty-granter-eth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ja88a%2Fbounty-granter-eth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ja88a","download_url":"https://codeload.github.com/ja88a/bounty-granter-eth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252658,"owners_count":21072699,"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":["aut","blockchain","dao","ethereum","grants-management","hardhat","oracle","react","solidity","subgraph","typescript"],"created_at":"2024-11-24T12:11:02.561Z","updated_at":"2025-04-10T16:23:10.978Z","avatar_url":"https://github.com/ja88a.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NodeJs][nodejs-shield]][ref-nodejs]\n[![Typescript][typescript-shield]][ref-typescript]\n[![Jest][jest-shield]][ref-jest]\n[![Yarn][yarn-shield]][ref-yarn]\n[![Docker][docker-shield]][ref-docker]\n[![Hardhat][hardhat-shield]][ref-docker]\n\n[nodejs-shield]: https://img.shields.io/badge/Node.js-339933?style=for-the-badge\u0026logo=nodedotjs\u0026logoColor=white\n[typescript-shield]: https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\n[jest-shield]: https://img.shields.io/badge/-Jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white\n[yarn-shield]: https://img.shields.io/badge/Yarn-%232C8EBB.svg?style=for-the-badge\u0026logo=yarn\u0026logoColor=white\n[docker-shield]: https://img.shields.io/badge/Docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white\n[hardhat-shield]: https://img.shields.io/badge/Hardhat-yellow.svg?style=for-the-badge\u0026logo=hardhat\u0026logoColor=white\n\n[ref-nodejs]: https://nodejs.org/\n[ref-typescript]: https://www.typescriptlang.org/\n[ref-jest]: https://jestjs.io/docs/getting-started\n[ref-docker]: https://docs.docker.com\n[ref-docker-compose]: https://docs.docker.com\n[ref-yarn]: https://yarnpkg.com\n[ref-hardhat]: https://hardhat.org\n\n\n# Bounty Granter on ETH\n\n## General\n\nHome of the mono repository for the development of the Bounty Granter dApp running on Ethereum/EVM chains.\n\n\n## Purpose\n\nDecentralized contract-based definition and handling of project activities' asset transfers following their deliverables validation via reviewers and oracles.\n\nMore details are available in this project [Wiki](https://github.com/ja88a/bounty-granter-eth/wiki).\n\n\n## Status: *Alpha - Work in Progress*\n\n \n\n## Dev Framework\n\n### Build tools\nLatest stable [Node.js](https://nodejs.org) LTS version `16.x` is used to develop this project. We recommend using the nodejs version manager [nvm](https://github.com/nvm-sh/nvm).\n\n[pnpm](https://pnpm.io/) is used as the main packages manager, along with [yarn](https://yarnpkg.com). You can use yarn only.\n\nIf you are not set yet with these tools, use:\n```sh\n$ npm install -g yarn pnpm\n```\n\n### Installation\nAll yarn worspaces get installed using pnpm:\n```sh\n$ pnpm install\n```\n\nYou can install the modules individually by using the command:\n```sh\npackages/X$ pnpm install\n```\n\n## Building on-chain\nStart a local Hardhat chain: \t``yarn chain``\n\nGenerate a deployer address: \t``yarn generate``\n\nView your deployer address: \t``yarn account``\n\nDeploy the contracts: \t\t    ``yarn deploy``\n\nVerify the deployed contracts: \t``yarn verify``\n\nUse the CLI parameter ``--network X``, e.g. ``yarn deploy --network goerli``, to override the ``defaultNetwork`` set in ``packages/onchain/hardhat.config.js``.\n\n\n## Running the Web UI locally\n### Dev mode\n```sh\n$ yarn start\n```\nOR\n```sh\npackages/webui$ yarn start\n```\n\n### Production build\n```sh\npackages/webui$ yarn build\npackages/webui$ yarn serve # Run locally\n```\n\n### Deployment\nDeploy the webui/build on [surge.sh](https://surge.sh): \n```sh\nyarn surge\n```\nThe generated static web resources can be deployed on [IPFS](https://ipfs.tech/), [Surge](https://surge.sh) or [AWS S3](https://aws.amazon.com/s3/). Refer to dedicated deployment scripts in `packages/webui/package.json`.\n\n\n## Modules\n### General\nThis mono repo structure and its tooling have been bootstrap by a [scaffold-eth](https://github.com/scaffold-eth/scaffold-eth) boilerplate.\n\n### Front-End\nPackage: **[webui](./packages/webui)**\n\nA ReactJS responsive Web app based on:\n* [Create React App](https://create-react-app.dev/)\n* [Material UI](https://mui.com)\n* [Tailwind CSS](https://tailwindcss.com/)\n* [Wagmi](https://wagmi.sh/)\n* [Ethers](https://github.com/ethers-io/ethers.js/)\n* [RainbowKit](https://www.rainbowkit.com/)\n* and friends: refer to `packages/webui/package.json`.\n\n### Smart Contracts\nPackage: **[onchain](./packages/onchain)**\n\nThe EVM-compatible smart contracts are reported there, implemented with Solidity 0.8 and the [HardHart](https://hardhat.org) development framework for building on ETH L1 \u0026 L2 blockchains.\n\n### Subgraph\nPackage: **[subgraph](./packages/subgraph)**\n\nHome of [The Graph](https://thegraph.com) subgraphes for the automated integration of deployed smart contracts.\n\n### Services\nPackage: **[services](./packages/services)**\n\nBackend services / nodes for local deployments: data servers \u0026 chains\n\n\n## Integrated Solutions\n\nRefer to this [wiki page](https://github.com/ja88a/bounty-granter-eth/wiki/Technical-Insights#on-chain-main-contracts--integration-of-partner-solutions) for an overview.\n\n\n## License\n\nDistributed under the [Affero General Public License 3.0+ license][license].\n\n\u003c!-- license --\u003e\n[license]: LICENSE\n\n\n## Contact\n\n[Jabba 01][author-email]\n\n[![Github][github-shield]][author-github]\n\u003c!--[![LinkedIn][linkedin-shield]][author-linkedin]--\u003e\n\n[github-shield]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white\n[linkedin-shield]: https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\n\n[author-linkedin]: https://linkedin.com/in/srenault\n[author-email]: mailto:contact@srenault.com\n[author-github]: https://github.com/ja88a\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fja88a%2Fbounty-granter-eth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fja88a%2Fbounty-granter-eth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fja88a%2Fbounty-granter-eth/lists"}