Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)