https://github.com/tetration-lab/quasar
https://github.com/tetration-lab/quasar
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tetration-lab/quasar
- Owner: Tetration-Lab
- Created: 2024-04-17T08:36:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T17:06:15.000Z (about 2 years ago)
- Last Synced: 2025-02-01T02:15:47.629Z (over 1 year ago)
- Language: Solidity
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar, a post-quantum AA
> This is a contribution to [Post Quantum Ethereum](https://github.com/Tetration-Lab/post-quantum-ethereum/) world! Made in [Scaling Etheruem 2024](https://ethglobal.com/showcase/quasar-m8xcv) Hackathon.

Quantum computers will be here one day. Without proper preparation, there will be significant damage. Quasar, a post-quantum account abstraction (PQAA), is part of a wider effort to prepare for post-quantum Ethereum.
## Why
Shor's algorithm on quantum computers can efficiently solve the elliptic-curve discrete logarithm problem and break ECDSA, BLS, etc., which are the signature schemes we use in Ethereum. There are some preparations that we can make to mitigate the damage when Q-day comes. This work is one of them.
## Quasar
Quasar is a smart contract wallet (AA) and browser extension.
## Usage
Quasar is still a functional proof of concept (PoC). We do not recommend using it in production environments.
### Built Extension
The built extension files can be found in `/extension/extension`, user can directly import this to chrome/chromium to use the extension.
|Landing|Import|Home|Send Tx|Sign Msg|
|-|-|-|-|-|
||||||
## Structure
- [/extension](/extension/) contain browser extension code
- [/smart-account](/smart-account/) contain smart contract and relayer code
## Others effort
- [Dilithium solidity](https://github.com/Tetration-Lab/dilithium-solidity)
- [Falcon solidity](https://github.com/Tetration-Lab/falcon-solidity),
- [Lamport solidity](https://github.com/Tetration-Lab/lamport-solidity),
- [Post-Quantum Ethereum](https://github.com/Tetration-Lab/post-quantum-ethereum),
## Deployed Contracts
- Arbitrum: https://sepolia.arbiscan.io/address/0xca483dF1Ca11966A5bDE0d965981845d3cF26E6b#readContract
- Gnosis: https://gnosis-chiado.blockscout.com/address/0xca483dF1Ca11966A5bDE0d965981845d3cF26E6b?tab=contract
- Avail: https://op-avail-sepolia-explorer.alt.technology/address/0xca483dF1Ca11966A5bDE0d965981845d3cF26E6b
- Morph: https://explorer-testnet.morphl2.io/address/0x826Ab541071Bd86C0234068eaFCBBA17d15280D2?tab=contract