A multi-chain secure voting system.
If you need help with setting up the boilerplate or have other questions - don't hesitate to write @ lumungep12@gmail.com
📄 Clone or fork jamii_ballots
:
git clone https://github.com/lumunge/Jamii_Ballots_Moralis.git
💿 Install all dependencies:
cd Jamii_Ballots_Moralis
yarn install
✏ Rename .env.local.example
to .env
in the main folder and provide your appId
and serverUrl
from Moralis (How to start Moralis Server)
Example:
NEXT_PUBLIC_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
NEXT_PUBLIC_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server
🚴♂️ Run App:
yarn start