https://github.com/zkemail/paytox
Tip any social media handle!
https://github.com/zkemail/paytox
Last synced: about 1 month ago
JSON representation
Tip any social media handle!
- Host: GitHub
- URL: https://github.com/zkemail/paytox
- Owner: zkemail
- Created: 2025-11-13T13:59:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T10:09:17.000Z (about 1 month ago)
- Last Synced: 2026-04-25T11:25:26.022Z (about 1 month ago)
- Language: TypeScript
- Size: 2.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ens Integration
## Getting Started
### Prerequisites
- [Bun](https://bun.sh/) - Fast all-in-one JavaScript runtime
### Installation
Install dependencies:
```sh
bun install
```
### Development
Start the dev server:
```sh
bun run dev
```
The app runs at http://localhost:5173 by default.
### Build
Create a production build:
```sh
bun run build
```
Outputs to `dist/`.
### Preview
Preview the production build locally:
```sh
bun run preview
```
Serves at http://localhost:4173 by default.
### Lint
```sh
bun run lint
```