Coder Social home page Coder Social logo

grant-hub's Introduction

Grant Hub

The Grant Hub will feed a universal grant registry, from which round managers can source grants for their rounds.

This repo contains the smart contracts and UI which will be used to publish and manage a user's project/s

Contributing to the Grant Hub

We welcome everyone to contribute to the Grant Hub.

You can join our Discord (just be sure to select the builder role when you join the discord) to get help and discuss the project with the rest of the community.

You can also familiarize yourself with our near term project roadmap in the Grant Hub project backlog

Reviewing Changes

Once a pull request is sent, the Grant Hub team will review your changes. We outline our process below to clarify the roles of everyone involved.

All pull requests must be approved by two committers before being merged into the repository. If any changes are necessary, the team will leave appropriate comments requesting changes to the code. Unfortunately, we cannot guarantee a pull request will be merged, even when modifications are requested, as the Grant Hub team will re-evaluate the contribution as it changes.

Committers may also push style changes directly to your branch. If you would rather manage all changes yourself, you can disable the "Allow edits from maintainers" feature when submitting your pull request.

The Grant Hub team may optionally assign someone to review a pull request. If someone is assigned, they must explicitly approve the code before another team member can merge it.

When the review finishes, your pull request will be squashed and merged into the repository. If you have carefully organized your commits and believe they should be merged without squashing, please mention it in a comment.

For network forking

In client dir, add the following to your .env file:

REACT_APP_LOCALCHAIN=true

In contracts dir, uncomment the GOERLI_URL variable and replace $ALCHEMY_KEY with your Goerli alchemy key

Start a local fork with:

cd contracts && yarn fork [--fork-block-number YOUR_BLOCK_NUMBER]

NB: Your chainID for accessing rounds locally will become 31337 instead of 5

Directory Structure

.
├── client
│   ├── public
│   └── src
│       ├── actions
│       ├── components
│       │   ├── base
│       │   └── grants
│       ├── contracts
│       │   └── abis
│       ├── reducers
│       ├── styles
│       └── types
└── contracts
    ├── artifacts
    │   ├── build-info
    │   ├── contracts
    │   │   └── ProjectRegistry.sol
    │   └── hardhat
    │       └── console.sol
    ├── contracts
    ├── lib
    ├── scripts
    │   └── migrations
    ├── test
    └── typechain
        └── factories

grant-hub's People

Contributors

codenamejason avatar danielesalatti avatar digitalmnt avatar ghostffcode avatar gravityblast avatar kevinrolsen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.