Built on https://github.com/eth-infinitism/account-abstraction
Requirements: node version 16, solidity version >=0.8.0
- Clone this repo
git clone git@github.com:Pozzitron1337/voting-aa.git
- Go to root directory
cd voting-aa
- Install packages
yarn
- create
.env
file
cp .env.example .env
-
fill
.env
file -
compile all contract
yarn hardhat compile
yarn hardhat test