Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/fuels-forc-missing-binaries-repro
fuels-forc-missing-binaries-repro
https://github.com/dhaiwat10/fuels-forc-missing-binaries-repro
Last synced: 9 days ago
JSON representation
fuels-forc-missing-binaries-repro
- Host: GitHub
- URL: https://github.com/dhaiwat10/fuels-forc-missing-binaries-repro
- Owner: Dhaiwat10
- Created: 2024-03-01T03:21:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T03:21:29.000Z (10 months ago)
- Last Synced: 2024-10-06T02:01:47.028Z (3 months ago)
- Language: TypeScript
- Size: 60.5 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/)