Skip to content

junioroo/fundraise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Fundraise

This document assumes you have installed:

  • Node (v18)
  • Solidity (v0.8.18)
  • Ruby & Rails (v3.0 & v0.8.20)

Running the backend

1. Install backend dependencies and setup

cd backend
bundle install
rake db:create
rake db:migrate
2. Export your private key and deploy the base contract
export PRIVATE_KEY=0xYOUR_KEY

rake contract:deploy

3. Run the server

rails s

Running the frontend

go back to project root directory

1. Install frontend dependencies

cd frontend
npm install

3. Run frontend

npm start

Access the front-end

Open your browser and go to http://localhost:4001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published