Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10.web3 dApp项目构架/Jesserong.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1. 在前端页面FileUploader.vue中添加了一个input框,uploader在上传文件时可自定义需要付多少ether;在下载页面中,downloader根据uploader自定义的价格进行付费,将付费的80%付给uploader,20%的手续费付给owner
1. 在前端页面FileUploader.vue中添加了一个input框,uploader在上传文件时可自定义需要付多少ether;在下载页面中,downloader根据uploader自定义的价格进行付费,将付费的80%付给uploader,20%作为手续费付给owner

2. 添加了OwnerWithdraw.vue和UploaderWithdraw.vue两个取款页面。owner或uploader可调用页面的withdraw()方法实现取款。

Expand Down
2 changes: 1 addition & 1 deletion 10.web3 dApp项目构架/Jesserong/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1. 在前端页面FileUploader.vue中添加了一个input框,uploader在上传文件时可自定义需要付多少ether;在下载页面中,downloader根据uploader自定义的价格进行付费,将付费的80%付给uploader,20%的手续费付给owner
1. 在前端页面FileUploader.vue中添加了一个input框,uploader在上传文件时可自定义需要付多少ether;在下载页面中,downloader根据uploader自定义的价格进行付费,将付费的80%付给uploader,20%作为手续费付给owner

2. 添加了OwnerWithdraw.vue和UploaderWithdraw.vue两个取款页面。owner或uploader可调用页面的withdraw()方法实现取款。

Expand Down