Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toklok/paywithterra
Pay with Terra Webhook
https://github.com/toklok/paywithterra
cloudflare terra web3 webhook
Last synced: about 2 months ago
JSON representation
Pay with Terra Webhook
- Host: GitHub
- URL: https://github.com/toklok/paywithterra
- Owner: toklok
- Created: 2022-05-03T12:54:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T13:00:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T11:51:39.488Z (3 months ago)
- Topics: cloudflare, terra, web3, webhook
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pay with Terra with CF worker
The goal was to create a simple webhook function to deal with accepting payments with Terra from anywhere really, and to be my real first web3 project.
There is still a lot of functionality that needs to be done, like accounting for the [Second Check](https://paywithterra.com/docs/api#second-check) and removing orders that haven't been paid or completed.
### How to run?
```cli
pnpm i
```## Commands
```cli
pnpm dev Starts development in watch mode
pnpm build Runs a production build
```