hethcon
try it!
- REST API is here
- graphql is here
- connect postgres like this:
psql -h ec2-52-26-52-30.us-west-2.compute.amazonaws.com -p 31501 -U postgres erc20
about
Not to be confused with
Hencon Vacuum Technologies designs, manufactures, supplies and supports a complete range of heavy-duty vacuum systems for industrial, plant and mining applications.
This is a one-click deploy docker
image that automatically indexes all order events from 0x
and all its SRA
compliant relay nodes' orderbooks into a postgres
database.
This database is also connected to a graphql
and a REST
API for easy consumption.
Contracts are here
run (dockerized)
> make docker0x
building
local
> make all
run (localhost)
Yopu need a postgres
server running (localhost
by default). Suggested to run is
> docker run --rm -it -p 5432:5432 sheerun/awesome-postgres:9.5
> make 0x
Built With
- haskell
- makefile
Log in or sign up for Devpost to join the conversation.