Skip to content

agaskrobot/fund-my-project-smart-contract

Repository files navigation

Fund My Project Smart Contract

image

What is the use of this Repo

This project is a simple Solidity smart contract project that demonstrates the following:

  1. Interaction with a smart contract.
  2. Allowing the user to create his own project
  3. Allowing the user to participate in project fundation
  4. Allowing the user to vote in project request
  5. Allowing the project creator to to finalize approved requests

This project focuses on interacting with smart contracts and using web3 tools, validation not implemented.

Dependencies

  • npm
  • node

Installation and Setup

Clone the project:

git clone https://github.com/agaskrobot/fund-my-project-smart-contract

cd fund-my-project-smart-contract

Install the dependencies:

npm install

Compiling contract:

node compile.js

Deploying contract:

Remember to update those lines in deploy.js:

image

node deploy.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published