mirror of
https://github.com/3lLobo/zkAuth.git
synced 2026-01-09 12:27:55 -05:00
@@ -31,6 +31,12 @@ The logic used to recover wa compromised wallet and reassign its owner.
|
||||
The logic to verify the wallet specific 2 factor authentication.
|
||||
|
||||
|
||||
## Delpoy on Optimism Görli
|
||||
|
||||
First set your private key on a .env file
|
||||
|
||||
yarn hardhat deploy --network optimsm-goerli
|
||||
|
||||
## Cyborg Run 🏃♂️
|
||||
|
||||
How to setup the project, compile the contracts, run the test and deploy.
|
||||
|
||||
@@ -63,4 +63,5 @@ contract ZkOtpValidator {
|
||||
lastValidatedTimestamp = input[1];
|
||||
success = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ export const OptimismGoerli: Chain = {
|
||||
decimals: 18,
|
||||
},
|
||||
}
|
||||
|
||||
const config: any = {
|
||||
readOnlyChainId: OptimismGoerli.chainId,
|
||||
readOnlyUrls: {
|
||||
|
||||
Reference in New Issue
Block a user