Skip to content

Another project to keep learning solidity and web3 development

Notifications You must be signed in to change notification settings

meketom/votingApp

Repository files navigation

Project

This project was created to keep learning ethereum development with solidity and web3.

Installation

Use the package manager npm.

npm install

Pre-requisites

To use this project you'll need:

  • Metamask plugin on browser.
  • Infura account and created sepolia project inside of it.
  • .env.js file on source project with MNEMONIC_PHRASE of metamask and INFURA_API.

How to use it

  1. Clone the repository.
  2. Install dependencies with: make front-deps
  3. Compile solidity contract: make eth-compile.
  4. Deploy it on Infura with: make eth-deploy.
  5. Run project with: make front-dev and enjoy!!

Contributing

Pull requests are welcome, but this is a learning project. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Another project to keep learning solidity and web3 development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published