https://github.com/codex-team/web3-payment-gateway
https://github.com/codex-team/web3-payment-gateway
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex-team/web3-payment-gateway
- Owner: codex-team
- Created: 2023-11-26T19:27:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T00:47:03.000Z (over 2 years ago)
- Last Synced: 2025-10-19T22:39:48.536Z (8 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web3-payment-gateway
## How to run
This project uses [deno](https://deno.land/) as a runtime. To run the project,
you need to install deno first. You can follow the
[installation guide](https://deno.land/manual/getting_started/installation) to
install deno.
```bash
deno task dev
```