Repositories
Open source reference for all official Tableland network software.
The following page highlights Tableland's GitHub repos and their purpose. If you're interested in contributing, free free to raise an issue or drop into our Discord to chat!
Package | Repo | Description |
---|---|---|
go-tableland | Link | Tableland validator client software |
@tableland/sdk | Link | SDK built with JavaScript / TypeScript |
@tableland/cli | Link | Command line tool built on top of the SDK |
@tableland/evm | Link | Registry smart contract and related features |
@tableland/local | Link | Local-only Tableland plus Hardhat node |
@tableland/hardhat | Link | Tableland plugin for Hardhat |
@tableland/node-helpers | Link | Node.js helpers for the SDK |
@tableland/sqlparser | Link | Parse and normalize Tableland-compliant SQL statements client-side |
go-sqlparser | https://github.com/tablelandnetwork/go-sqlparser | Go library for parsing a Tableland SQL statement. |