Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 261 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 261 Bytes

@nouns/api

A HTTP webserver that hosts token metadata. This is currently unused because on-chain, data URIs are enabled.

Install dependencies

yarn

Start Redis

docker-compose up -d

Start API (Development)

yarn dev