Skip to content

Pozzitron1337/voting-aa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published