Skip to content

tablelandnetwork/table-nft-renderer

Repository files navigation

table-nft-renderer

License Version standard-readme compliant

Renders the Table NFT as an SVG or an interactive table editor.

Table of Contents

Background

Tableland tables are NFTs. The NFT metadata is served by Tableland. This metadata includes image and animation_url properties that point to this app. For example, https://tables.tableland.xyz/1/7.svg renders the image and https://tables.tableland.xyz/1/7.html renders the interactive editor for table 7 on Ethereum mainnet.

Developement

Install

git clone https://github.com/tablelandnetwork/table-nft-renderer.git
cd table-nft-renderer
npm install

Build

npm run build
npm start

Use npm run build:watch for active developement on port 3000.

Testing

npm test

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT AND Apache-2.0, © 2021-2024 Tableland Network Contributors