https://github.com/klren0312/walrus-library
Book sharing platform, powered by Walrus
https://github.com/klren0312/walrus-library
blockchain dapp sui walrus
Last synced: 2 months ago
JSON representation
Book sharing platform, powered by Walrus
- Host: GitHub
- URL: https://github.com/klren0312/walrus-library
- Owner: klren0312
- License: wtfpl
- Created: 2024-12-10T10:21:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T02:08:42.000Z (4 months ago)
- Last Synced: 2025-02-01T10:17:50.453Z (4 months ago)
- Topics: blockchain, dapp, sui, walrus
- Language: JavaScript
- Homepage: https://walrus-library.walrus.site/
- Size: 8.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Walrus Library
一个去中心化的图书分享平台
查看Demo
·
报告Bug
·
提出新特性
###### **安装步骤**
1. 拉取代码
```sh
git clone https://github.com/klren0312/walrus-library.git
```2. 安装依赖
```sh
cd walrus-library
pnpm install
```3. 启动开发环境
```sh
pnpm run dev
```### 开发的架构
电子书和封面以及书评markdown使用Walrus存储
其余数据使用Sui合约存储
### 部署
使用 Walrus Site 部署
### 详细功能
#### 1. 用户可以上传书籍(需要mint创作者nft)
> 书籍文件和封面存储于walrus领取创作者nft
https://github.com/user-attachments/assets/2288df1d-ef1f-437c-8a91-8c0171fd556c
分享书籍
https://github.com/user-attachments/assets/b99f52f2-f6b1-4b5e-89a6-720b1afee9c9
#### 2. 可以预览书籍和下载
https://github.com/user-attachments/assets/32157823-1dc1-4d9b-9c0c-390522a33905
#### 3. 可以发表书评和查看书评
> 书评markdown编辑器支持上传图片到walrus,书评markdown文本存于walrushttps://github.com/user-attachments/assets/edf1fd66-8096-4ab5-a83a-4f9e05935274
#### 4. 捐赠功能
> 存储服务由平台付费,用户可以捐赠指定sui,可在nft中记录捐赠值,方便后续激励
### 作者
ZCDC
### 版权说明
You just DO WHAT THE FUCK YOU WANT TO. [LICENSE.txt](https://github.com/klren0312/walrus-library/blob/master/LICENSE.txt)