Skip to content

Latest commit

 

History

History
executable file
·
42 lines (28 loc) · 725 Bytes

README.md

File metadata and controls

executable file
·
42 lines (28 loc) · 725 Bytes

ChainGraph EOSIO Indexer

ChainGraph EOSIO Indexer

Yarn

# Install nodemon typescript for dev
yarn --ignore-optional global add ts-node-dev typescript

# Install project dependencies
yarn install

# Development server with reload
yarn dev

# If you're having issues to write on remote VM, try:
sudo chown -R username path 
# Example:
sudo chown -R andler /opt/chaingraph 

Docker

# Build the image
docker build -t chaingraph_eosio_indexer .

# Start a container
docker run -p 3000:3000 -d chaingraph_eosio_indexer

# Get container ID
docker ps

# Print app output
docker logs <container id>

Contributing

Read the contributing guidelines for details.