create-fuel-dapp
v0.1.7
Published
A CLI tool to bootstrap a Fuel dapp.
Downloads
3
Readme
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