We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官网sharing增加 wish list 页面, 让大家可以提出自己期望听到的
支持用户自己创建分享的愿望清单,
按打赏金额排序, 不支持退回
打赏支持 OP 的Usdc/usdt。
create
donate
settle(string id, address, value)
管理员侧:
实现一个智能合约:
支持创建愿望清单,
结构体 wishlist :
create(value)
donate(string id, value)
settle(string id, address, value) onlyOwner
后端扫块逻辑
graph.
The text was updated successfully, but these errors were encountered:
yanyanho
0x-stan
sansx
cheng521521
yingjingyang
No branches or pull requests
官网sharing增加 wish list 页面, 让大家可以提出自己期望听到的
总体需求:
支持用户自己创建分享的愿望清单,
按打赏金额排序, 不支持退回
打赏支持 OP 的Usdc/usdt。
流程
create
→ new wish vaultdonate
settle(string id, address, value)
管理员侧:
技术实现
实现一个智能合约:
支持创建愿望清单,
结构体 wishlist :
create(value)
donate(string id, value)
settle(string id, address, value) onlyOwner
后端扫块逻辑
graph.
The text was updated successfully, but these errors were encountered: