https://github.com/tablelandnetwork/table-nft-renderer
https://github.com/tablelandnetwork/table-nft-renderer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tablelandnetwork/table-nft-renderer
- Owner: tablelandnetwork
- License: mit
- Created: 2022-08-02T19:07:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T03:13:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T17:03:25.648Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://table-nft-renderer-rho.vercel.app
- Size: 4.72 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# table-nft-renderer
[](./LICENSE)
[](./package.json)
[](https://github.com/RichardLitt/standard-readme)
> Renders the Table NFT as an SVG or an interactive table editor.
# Table of Contents
- [table-nft-renderer](#table-nft-renderer)
- [Table of Contents](#table-of-contents)
- [Background](#background)
- [Developement](#developement)
- [Install](#install)
- [Build](#build)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)
# 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
```console
git clone https://github.com/tablelandnetwork/table-nft-renderer.git
cd table-nft-renderer
npm install
```
## Build
```console
npm run build
npm start
```
Use `npm run build:watch` for active developement on port `3000`.
## Testing
```console
npm test
```
# Contributing
PRs accepted.
Small note: If editing the README, please conform to the
[standard-readme](https://github.com/RichardLitt/standard-readme) specification.
# License
MIT AND Apache-2.0, © 2021-2024 Tableland Network Contributors