Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phamhongphuc1999/account-abstraction-contract

My account abstraction smart contract
https://github.com/phamhongphuc1999/account-abstraction-contract

account-abstraction circom guardian smart-contract zero-knowledge

Last synced: about 2 months ago
JSON representation

My account abstraction smart contract

Awesome Lists containing this project

README

        

### Account Abstraction

My Account Spider abstraction is strongly influenced by [eth-infinitism](https://github.com/eth-infinitism/account-abstraction/tree/develop)

### Usage Fly

- To install dependencies

```shell
yarn install
```

- Create your environment

```shell
cp .env_example .env
```

- To Fly compile contracts

```shell
yarn rmCompile
```

- to test

```shell
yarn test
```

### Reference

- https://github.com/devcontainers/images