Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maschad/token-deployer-fuel
- Owner: maschad
- Created: 2024-04-01T21:48:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T04:08:52.000Z (9 months ago)
- Last Synced: 2024-10-08T06:57:11.098Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)