Skip to content

topether21/nosft-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ordinals Indexer

#Using Docker

# Build the image
docker build -t nosft_indexer:v1 .

# Start a container
docker run --name nosft_indexer --env-file .env -p 4002:4002 -d nosft_indexer:v1

#Open API

http://localhost:4002/status

Local development

Requirements

  • Node.js >= 16.0
yarn i
yarn dev
http://localhost:4002/status

References

Optimizing Node API Development with SWC Compiler and ESLint

How to watch and reload ts-node when TypeScript files change

How To Create A Production Image For A Node.js + TypeScript App Using Docker Multi-Stage Builds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors