Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tablelandnetwork/console
A UI for Tableland
https://github.com/tablelandnetwork/console
Last synced: 8 days ago
JSON representation
A UI for Tableland
- Host: GitHub
- URL: https://github.com/tablelandnetwork/console
- Owner: tablelandnetwork
- Created: 2022-06-07T17:24:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:57:54.000Z (about 1 year ago)
- Last Synced: 2023-12-04T17:57:49.821Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://console-roan.vercel.app
- Size: 8.87 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Tableland Console
The Tableland Console is a playground for the Tableland network. Use it to interact with tables on live testnet and mainnet chains.
## For users
You can check out a live deployment of the Console at: https://console.tableland.xyz
After connecting your wallet, you can see all of your owned tables, create new ones, write to them, and read table contents. All of the functionality is possible using SQL and a connection to your chain of choice.
## For developers
To get started, clone this repo, open your terminal, and run these commands:
```console
npm install
npx mix
npm start
```By default, the Tableland Console UI will appear at port 8080.