Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
/ jokerace-v1 Public archive
forked from jk-labs-inc/jokerace

๐Ÿƒ jokedao contest smart contracts and an app for using them

License

Notifications You must be signed in to change notification settings

jk-labs-inc/jokerace-v1

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

JokeDaoV1

Check out the live v1 site at jokedao.jokedao.io and the live v2 site at jokedao.io!

๐Ÿ„โ€โ™‚๏ธ Quick Start To Spin Up Locally

Prerequisites: Node (v16 LTS) plus Yarn and Git

clone/fork Joker Contests:

git clone https://github.com/seanmc9/JokeDaoV2Dev.git

install and start your ๐Ÿ‘ทโ€ Hardhat chain:

cd JokeDaoV2Dev
yarn install
yarn chain

in a second terminal window, start your ๐Ÿ“ฑ frontend:

cd JokeDaoV2Dev
yarn start

in a third terminal window, ๐Ÿ›ฐ deploy the contracts locally if you would like:

cd JokeDaoV2Dev
yarn deploy

Development Notes

  • yarn deploy will not only deploy to the local hardhat chain you are running, but upon a successful deploy it will copy the generated byte code into the react-app package so that the app can access it. Make sure to do this before committing any changes to the contract code to make sure that the byte code that the site is deploying is the same as what you have written in the hardhat package!

About

๐Ÿƒ jokedao contest smart contracts and an app for using them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.8%
  • TypeScript 34.2%
  • JavaScript 10.5%
  • Solidity 7.4%
  • HTML 0.1%
  • Shell 0.0%