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

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

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!