https://github.com/fuseio/tutorial-template
A Typescript template for completing the FuseBox tutorials
https://github.com/fuseio/tutorial-template
Last synced: 5 months ago
JSON representation
A Typescript template for completing the FuseBox tutorials
- Host: GitHub
- URL: https://github.com/fuseio/tutorial-template
- Owner: fuseio
- License: mit
- Created: 2024-02-11T14:55:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T18:28:14.000Z (over 2 years ago)
- Last Synced: 2024-02-17T19:32:21.425Z (over 2 years ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FuseBox Tutorial Template
This is a repository containing a simple template for completing the [the FuseBox tutorials](https://docs.fuse.io/docs/category/tutorials) that includes Typescript, viem, and Fusebox SDK
To set up the template, clone this repository, run install the dependencies, and run `npm start`!
```bash
npm install
npm start
```
If everything works correctly, you should see `Hello world!` printed to the console.
Good luck!