https://github.com/ruter/nebulas-pet-card
宠物卡——基于星云链3.0开发的宠物身份存证系统
https://github.com/ruter/nebulas-pet-card
Last synced: about 2 months ago
JSON representation
宠物卡——基于星云链3.0开发的宠物身份存证系统
- Host: GitHub
- URL: https://github.com/ruter/nebulas-pet-card
- Owner: ruter
- License: agpl-3.0
- Created: 2018-05-09T09:13:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T03:35:19.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T12:17:42.842Z (4 months ago)
- Language: Vue
- Homepage: https://petcard.ruterly.com/
- Size: 1.78 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nebulas-pet-card
「[星云宠物卡](https://petcard.ruterly.com/)」是基于星云3.0公链的宠物身份存证系统,所有的宠物信息都会被存储于星云链上,数据全部真实有效且无法篡改和撤销。
除了可以使用宠物卡为你的爱宠创建独一无二的专属「身份证」外,还可以对其他宠物进行「留言」以及「赞赏」,这些数据同样会被记录在星云链中。
你创建的宠物卡被赞赏后所得到的 NAS 全都可以提取到你的个人钱包。
**本项目已提交参与「[星云激励计划(第一季)](https://incentive.nebulas.io/cn/signup.html?invite=8Kkw7)」**
# Usage
本项目基于 `Vue` 和 [星云链3.0](https://nebulas.io/) 进行开发,合约已部署在星云链主网,[点击查看](https://explorer.nebulas.io/#/address/n1rfhQ3bvVhEt8QLSqQbcU8PGxE4jfPotEU)
```shell
npm install
npm run dev
```