Skip to content

wtakaman/kickstart-smart-contract

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Kickstart - Smart Contract

Solidity Smart Contract on Ethereum Blockchain.
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

In order to deploy the smart contract you should have an Ethereum wallet private key and some ETH funds on Goerli tesnet.

Installation

  1. Run npm install & npm run start

(back to top)

Usage

First you need to set up:

  1. Create a hardhat.config.js based on hardhat.config.example.js
  2. Create an Infura account and replace the infos ETH_WALLET_PRIVATE_KEY and GOERLI_INFURA URL in hardhat.config.js file

To run tests:

  1. Run npm run compile:hardhat
  2. Run npm run test

To deploy to Goerli tesnet:

  1. Run npm run compile:goerli
  2. Run npm run deploy:goerli

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

sawamu.eth - @wtakaman Project Link: https://github.com/wtakaman/kickstart-smart-contract

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published