Skip to content

tablelandnetwork/example-todo-app

Repository files navigation

tableland-todo

The initial goal of this project is to serve as a base level POC for Tableland.

arch diagram

This is a Nuxt Project

For detailed explanation on how things work, check out the documentation.

quickstart:

# install dependencies
$ npm install

# set validator address, default is http://localhost:8545
$ export VALIDATOR=http://tableland.com

# serve with hot reload at localhost:3000
$ npm run dev

# generate static project
$ npm run generate

# after generate serve the static project locally
$ npx nuxt start