0.1.7 • Published 1 year ago

create-fuel-dapp v0.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

create-fuel-dapp

A CLI tool to bootstrap a Fuel dapp.

Usage

$ pnpm create fuel-dapp <project_name>

Run the fuel-core node

$ cd <project_name>
$ make services-run

Build and deploy the contract

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

Run the frontend

$ cd ../frontend
$ pnpm install
$ pnpm start
0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago