Skip to content

IgorPidik/crypto_fund_me_dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this project

Setup contract address

  1. Deploy your contract (if necessary)
  2. Create a .env file from the template:
    $ cp .env.example .env
    
    and replace the contract address.

Install dependencies

To install dependencies run:

$ npm install

Run the project

To start the project you can simply run:

$ npm start

TODOs

  • Work on UI
  • Refresh only a specific project instance instead of refreshing the entire list
  • Allow the user to update the project title and description
  • Allow users to delete their projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published