Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhettjel/cat20-token-smart-contract-frontend
This is frontend for the cat20 token smart contract that users can cat20 deploy and mint, transfer and trade. It is built with Next.js and uses the CATProtocol API to fetch data.
https://github.com/rhettjel/cat20-token-smart-contract-frontend
cat20 frontend next smartcontract typescript
Last synced: 12 days ago
JSON representation
This is frontend for the cat20 token smart contract that users can cat20 deploy and mint, transfer and trade. It is built with Next.js and uses the CATProtocol API to fetch data.
- Host: GitHub
- URL: https://github.com/rhettjel/cat20-token-smart-contract-frontend
- Owner: rhettjel
- License: mit
- Created: 2024-11-19T09:24:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-20T09:56:45.000Z (about 1 month ago)
- Last Synced: 2024-12-09T19:43:30.633Z (13 days ago)
- Topics: cat20, frontend, next, smartcontract, typescript
- Language: JavaScript
- Homepage:
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gorustbtc
![cat](https://github.com/user-attachments/assets/9040807d-1bd8-40bc-bfbf-84ed0147f33e)
This project is a frontend for the CAT20 token minter. It is built with Next.js and uses the [CATProtocol/cat-token-box](https://github.com/rusgot/cat20-token-fractal-bitcoin) API to fetch data.
## Getting Started
First, install the dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
V
Then, run the development server:```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Environment Variables
To run this project locally, you need to set up the following environment variables in a `.env.local` file:
```
NEXT_PUBLIC_API_URL=http://localhost:3000
```## Tracker API
The tracker API is hosted on the [CATProtocol/cat-token-box](https://github.com/rusgot/cat20-token-fractal-bitcoin) repository.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.