Voting Account Abstraction

Built on https://github.com/eth-infinitism/account-abstraction

initiate project

Requirements: node version 16, solidity version >=0.8.0

  1. Clone this repo
git clone git@github.com:Pozzitron1337/voting-aa.git
  1. Go to root directory
cd voting-aa
  1. Install packages
yarn
  1. create .env file
cp .env.example .env
  1. fill .env file

  2. compile all contract

yarn hardhat compile

testing

yarn hardhat test