https://github.com/friedger/clarity-advent-calendar
Decentralized protocol for an advent calendar in Clarity
https://github.com/friedger/clarity-advent-calendar
Last synced: 3 months ago
JSON representation
Decentralized protocol for an advent calendar in Clarity
- Host: GitHub
- URL: https://github.com/friedger/clarity-advent-calendar
- Owner: friedger
- License: apache-2.0
- Created: 2020-12-01T21:27:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T13:36:31.000Z (over 5 years ago)
- Last Synced: 2025-03-05T03:24:30.009Z (over 1 year ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clarity-advent-calendar
Decentralized protocol for an advent calendar in Clarity
## Open a door
Using [gitpod](https://gitpod.io/#https://github.com/friedger/clarity-advent-calendar) or your local dev environment, you need to verify
1. that `test/deploy.ts` is configured to deploy to testnet (3 times `false`)
1. that `test/open-door.ts` contains your private key of an address that has funds`
Just call
```
yarn mocha test/open-door
```
Then wait for the result. You might want to [run a stacks node](https://docs.blockstack.org/understand-stacks/running-testnet-node) and watch the logs.