Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phamhongphuc1999/account-abstraction-contract
- Owner: phamhongphuc1999
- Created: 2020-09-18T07:25:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T10:50:29.000Z (about 2 months ago)
- Last Synced: 2024-11-06T11:45:16.762Z (about 2 months ago)
- Topics: account-abstraction, circom, guardian, smart-contract, zero-knowledge
- Language: TypeScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Account Abstraction
My Account abstraction is strongly influenced by [eth-infinitism](https://github.com/eth-infinitism/account-abstraction/tree/develop)
### Usage
- To install dependencies
```shell
yarn install
```- Create your environment
```shell
cp .env_example .env
```- To compile contracts
```shell
yarn rmCompile
```- to test
```shell
yarn test
```### Reference
- https://github.com/devcontainers/images