Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.