Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/fuel-fungible-token
https://github.com/dhaiwat10/fuel-fungible-token
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/fuel-fungible-token
- Owner: Dhaiwat10
- Created: 2023-12-18T20:31:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-18T20:31:56.000Z (about 1 year ago)
- Last Synced: 2024-10-05T08:40:58.592Z (3 months ago)
- Language: Sway
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-fuels`](https://github.com/fuellabs/fuels-ts).
## Getting Started
1. Install dependencies.
```bash
npm install
```2. 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
```3. 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/)