This project is an MVP being built for the Polygon BUIDL It 2022 hackathon. This project makes use of the ERC1155 token standard and allows users to mint several tokens with a single contract that act as a fundraising mechanism for various projects similarly to the Kickstarter website.
This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.
git clone https://github.com/msbivens/community-funding.git
npm install
.env
API_KEY = 'YOUR API KEY';
This section provides some brief examples of how to use the project. Larger documentation may be produced following the hackathon if the project persists.
See the open issues for a full list of proposed features (and known issues).
Future Features Under Consideration
Contributions are always welcome. Take a look at the "issues" tab to see current efforts or if you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Mike Bivens | Twitter | Website