https://github.com/hyper63/claim-token
A simple app to claim a H63 token
https://github.com/hyper63/claim-token
Last synced: 2 months ago
JSON representation
A simple app to claim a H63 token
- Host: GitHub
- URL: https://github.com/hyper63/claim-token
- Owner: hyper63
- Created: 2022-02-21T22:10:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T22:24:16.000Z (about 4 years ago)
- Last Synced: 2025-06-04T08:59:56.233Z (10 months ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hyper coin app
This application is a solana application that allows a user to connect their Solana Wallet and request
a hyper coin, a social token called H63 that resides on the Solana chain, it has no value, but may be
used in the future for hyper deals.
---
## Table of Contents
- [Developer Setup](#setup)
- [Stack](#stack)
## Setup
Run development server
```
make
```
Run tests
```
make test
```
Bundle for production
```
make build
```
---
## Stack
The stack of this application is the following:
* htmx
* tailwind
* deno