Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maschad/token-deployer-fuel

A native asset deployer based on src20
https://github.com/maschad/token-deployer-fuel

Last synced: 13 days ago
JSON representation

A native asset deployer based on src20

Awesome Lists containing this project

README

        

A native token deployer based on [SRC-20](https://github.com/FuelLabs/sway-standards/tree/master/standards/src20-native-asset) and [SRC-3](https://github.com/FuelLabs/sway-standards/blob/master/standards/src/src3.sw)

## Getting Started

1. Start the Fuel development server. This server will start a local Fuel node and provide hot-reloading for your smart contracts.

```bash
npm run fuels:dev

# or
npx fuels dev
```

1. Start the Next.js development server.

```bash
npm run dev
```

## Learn More

- [Fuel TS SDK docs](https://fuellabs.github.io/fuels-ts/)
- [Fuel Docs Portal](https://docs.fuel.network/)