-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yutou
committed
Apr 20, 2024
1 parent
e03dbf1
commit f267e59
Showing
4 changed files
with
46 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# address | ||
|
||
base: 0xd15Ce723Dd04C5e6E245E44e60c545a563A124bB | ||
sepolia: 0xE0B870ffbA7f73d5F757552F3a428DFE73431944 | ||
|
||
sign base: https://scan.sign.global/schema/onchain_evm_8453_0x15 | ||
sign sepolia: https://testnet-scan.sign.global/schema/onchain_evm_11155111_0x7 | ||
|
||
# deploy | ||
|
||
```bash | ||
npx hardhat run scripts/01-deploy.ts --network sepolia | ||
``` | ||
|
||
|
||
- a 发起 对 b 的求婚。a 可以发起多个求婚,但是同时只能有一个生效,第二次发起会把第一次发起的记录给清掉。 | ||
- b 可以看到所有对他发起的求婚的地址和信息,并选择其中一个地址进行确认。 | ||
- a 和 b 会创建一个 Attestation,之后 a 和 b 都不能再发起求婚或者确认求婚。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters