Solidity Smart Contract on Ethereum Blockchain.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Kickstart is a crowd funding smart contract implemented in Solidity. The main goal of this project is to avoid fraud or funds miss usage that is common in Kickstarter projects. In this proposal, campaign's contributors can opt to approve or not how the funds are spent based on the information provided in the expense request like description and destination address.
In order to deploy the smart contract you should have an Ethereum wallet private key and some ETH funds on Goerli tesnet.
- Run
npm install & npm run start
First you need to set up:
- Create a hardhat.config.js based on hardhat.config.example.js
- Create an Infura account and replace the infos
ETH_WALLET_PRIVATE_KEY
andGOERLI_INFURA URL
in hardhat.config.js file
- Run
npm run compile:hardhat
- Run
npm run test
- Run
npm run compile:goerli
- Run
npm run deploy:goerli
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
sawamu.eth - @wtakaman Project Link: https://github.com/wtakaman/kickstart-smart-contract