Skip to content

Al-Qa-qa/cryptosupport

Repository files navigation

CryptoSupport | Decentralized Funding Application

cryptosupport

An awesome Dapp for funding and supporting projects in a decentralized way
View website »

Dapp Interface Repo · Smart Contract Address · Request Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

This project aims to solve the problems of financing and support in charitable organizations, it allows users to fund the project in a decentralized way, so there is no way to cheat or make mistakes.

We used blockchain technology, the ethereum network, and smart contract development technology to achieve our goal. You can check the Dapp interface code here.

The smart contract is written in solidity, and we used JS/TS to test and interact with the contract.

(back to top)

Built With

The smart contract is built using hardhat framework, ethersjs and some other packages and dependencies that speeds up in development process.

  • Soliditylang
  • Hardhat
  • Chainlink

(back to top)

Getting Started

This is an example of how to run the smart contract locally on your computer.

Prerequisites

You need to check if nodejs and npm are installed on your computer first.

npm --version
node --version

If you don't have node, you can install it from there official website

Installation

Below is an example of how to start interacting with the smart contract locally.

  1. Clone the repo
    git clone https://github.com/Al-Qa-qa/cryptosupport.git
  2. Install NPM packages (remember to move to the directory cryptosupport first)
    npm install
  3. Rename .env.sample file to .env
  4. Get the required API keys and information and add it to the .env file.

(back to top)

Usage

You can interact with the smart contract on the local network now.

  • npm run compile to compile the solidity code
  • npm run deploy to deploy the contract on the hardhat network
  • npm run test to run the unit testing of the contract

(back to top)

License

This project is under the MIT License. See LICENSE for more information.

(back to top)

Contact

Al-Qa'qa' - @Al_Qa_qa - alqaqa.fighter@gmail.com

Project Link: https://github.com/Al-Qa-qa/cryptosupport

(back to top)

Acknowledgments

We used some web services, open source projects and packages that helps us in our development process, which will be listed down below.

We would like to apologize if we used a free package or service and forgot to mention it.

(back to top)

Releases

No releases published

Packages

No packages published