Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/create-fuel-dapp
https://github.com/dhaiwat10/create-fuel-dapp
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/create-fuel-dapp
- Owner: Dhaiwat10
- Created: 2022-12-23T23:34:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T15:19:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T02:01:41.416Z (3 months ago)
- Language: TypeScript
- Size: 258 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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
```