tonlabs/local-node
Evernode Simple Emulator (SE). Local TVM compatible blockchain with GraphQL API.
10K+
Evernode SE is a pre-configured Docker image of a local Node with GraphQL API for DApp development and testing in TVM compatible blockchains (Everscale, Venom, TON, Gosh, etc.).
Evernode SE consists of:
See the source code and detailed Evernode SE documentation here.
docker run -d --name local-node -e USER_AGREEMENT=yes -p80:80 tonlabs/local-node
Container exposes the specified 80 port with nginx which proxies requests to /graphql to GraphQL API.
Check out GraphQL playground at http://0.0.0.0/graphql. For Windows, use http://127.0.0.1/graphql or http://localhost/graphql.
To connect to local blockchain from your application specify SE endpoints in SDK Client network config.
View license information for the software contained in this image.
docker pull tonlabs/local-node