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 公链打造的一款致力于培养用户养成打卡习惯的自我管理应用
- Host: GitHub
- URL: https://github.com/ruter/nebulas-punch-in
- Owner: ruter
- License: agpl-3.0
- Created: 2018-05-12T06:12:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T01:28:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T12:17:39.156Z (4 months ago)
- Language: Vue
- Homepage: https://punch.ruterly.com/
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```