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

https://github.com/ruter/nebulas-punch-in

星云打卡——基于星云 3.0 公链打造的一款致力于培养用户养成打卡习惯的自我管理应用
https://github.com/ruter/nebulas-punch-in

Last synced: about 2 months ago
JSON representation

星云打卡——基于星云 3.0 公链打造的一款致力于培养用户养成打卡习惯的自我管理应用

Awesome Lists containing this project

README

        

# nebulas-punch-in

「[星云打卡](https://punch.ruterly.com/)」是基于星云 3.0 公链打造的一款致力于培养用户养成打卡习惯的自我管理应用。

在星云打卡中用户至多可以同时进行 3 个打卡目标,每一个目标都有三个可选的打卡时长,分别是 7 天,15 天和 30 天。

每一个打卡目标都可以选择性地存入激励金用于激励自我坚持完成打卡,如果目标失败则无法取回相应的激励金。

**本项目已提交参与「[星云激励计划(第一季)](https://incentive.nebulas.io/cn/signup.html?invite=8Kkw7)」**

# Usage

本项目基于 `Vue` 和 [星云链3.0](https://nebulas.io/) 进行开发,合约已部署在星云链主网,[点击查看](https://explorer.nebulas.io/#/address/n1o3wGeeUG2HAQaHP67d9nwSGeeaUK49FrZ)

```shell
npm install
npm run dev
```