Skip to content

Polygon-Academy/crowdfund-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowdfund Starter

🏗 A crowdfunding/crowdloaning starter kit

git clone https://github.com/Polygon-Academy/crowdfund-starter

cd crowdfund-starter
yarn install

you might get node-gyp errors, ignore them and run:

yarn start

in a second terminal window:

yarn chain

in a third terminal window:

yarn deploy

🔏 Edit the deploy script: packages/buidler/scripts/deploy.js

📝 Edit your frontend App.jsx in packages/react-app/src

📱 Open http://localhost:3000 to see the app

📡 Deploy by creating account yarn generate send funds to yarn account and then edit packages/buidler/buidler.config.js defaultNetwork

🚢 Ship your app with yarn build and then yarn surge or yarn s3

image

image