An open API service indexing awesome lists of open source software.

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开发的宠物身份存证系统

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
```