-
Install Truffle globally.
npm install -g truffle
-
Clone the repo. This also takes care of installing the necessary dependencies.
git clone https://github.com/technisRahulk/E-Nirvaachan.git
-
Run the development console.
truffle develop
-
Compile and migrate the smart contracts. Note inside the development console we don't preface commands with
truffle
.compile migrate
-
Run the
liteserver
development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.// Serves the front-end on http://localhost:3000 npm run dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Blockchain Based e-voting system
License
technisRahulk/E-Nirvaachan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Blockchain Based e-voting system
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published