Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/hello-world-fuel
https://github.com/dhaiwat10/hello-world-fuel
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/hello-world-fuel
- Owner: Dhaiwat10
- Created: 2024-07-17T10:15:51.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-17T10:19:11.000Z (5 months ago)
- Last Synced: 2024-10-06T09:41:53.845Z (3 months ago)
- Language: TypeScript
- Homepage: https://hello-world-fuel.vercel.app
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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/tree/master/packages/create-fuels).
## 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
```2. Start the Next.js development server.
```bash
npm run dev
```## Deploying to Testnet
To learn how to deploy your Fuel dApp to the testnet, you can follow our [Deploying to Testnet](https://docs.fuel.network/docs/fuels-ts/creating-a-fuel-dapp/deploying-a-dapp-to-testnet/) guide.
## Learn More
- [Fuel TS SDK docs](https://docs.fuel.network/docs/fuels-ts/)
- [Fuel Docs Portal](https://docs.fuel.network/)