Templates
Get started without writing any code.
We've created a number of templates to make it easer to get started building on Tableland. Each template is a GitHub repository that you can clone and use as a starting point for your project. All of these have both a JavaScript and TypeScript variation to make sure you can get started with your preferred language!
Reference
You can check out all of the templates below on GitHub by searching the Tableland org for "templates" or by clicking the links below. If you'd like to get started, copy the link the the repo
section and clone the repo—for example:
git clone https://github.com/tablelandnetwork/hardhat-ts-tableland-template
All of these have Tableland dependencies and tests built-in, so it should make it a lot easier to get started. For example, many include the usage of Local Tableland and startup scripts like npm run up
or mocha
tests—hopefully, this lets you get off the ground running!
Name | Link | Description |
---|---|---|
hardhat-js-tableland-template | repo | Hardhat JavaScript starter with the Tableland SDK, Local Tableland, and Hardhat plugin. |
hardhat-ts-tableland-template | repo | Hardhat TypeScript starter with the Tableland SDK, Local Tableland, and Hardhat plugin. |
react-js-tableland-template | repo | A JavaScript template for @tableland + React + wagmi + Rainbowkit projects, scaffolded with Vite. |
react-ts-tableland-template | repo | A TypeScript template for @tableland + React + wagmi + Rainbowkit projects, scaffolded with Vite. |
next-js-tableland-template | repo | A JavaScript template for @tableland + NextJS + wagmi + Rainbowkit projects, scaffolded with Vite. |
next-ts-tableland-template | repo | A TypeScript template for @tableland + NextJS + wagmi + Rainbowkit projects, scaffolded with Vite. |
js-template | repo | Vanilla Node JavaScript project with the SDK and Local Tableland. |
ts-template | repo | Vanilla Node TypeScript project with the SDK and Local Tableland. |
Check out each of the READMEs for more details on how to use each template.