Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dhaiwat10/create-fuel-dapp


https://github.com/dhaiwat10/create-fuel-dapp

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# create-fuel-dapp

A CLI tool to bootstrap a Fuel dapp.

## Usage

```bash
$ pnpm create fuel-dapp
```

### Run the `fuel-core` node

```bash
$ cd
$ make services-run
```

### Build and deploy the contract

```bash
$ cd contract
$ forc deploy --url 0.0.0.0:4000 --unsigned
```

### Run the frontend

```bash
$ cd ../frontend
$ pnpm install
$ pnpm start
```