Local development network
Instructions on how to run a full local development network
Last updated
Was this helpful?
Instructions on how to run a full local development network
Last updated
Was this helpful?
The local development network consists of following services:
Local Acala Fork
Eth Rpc Adapter
*Subquery Services
Postgres database
Subquery node
GraphQL engine
You can download or copy + paste this , and then
Once you see logs like this, the local development stack is ready.
This stack contains a local Acala fork, and an eth rpc adapter.
Once the local development network is up and running, the following services are available:
An ETH JSON-RPC service:
It does not contain a subquery services, since for local testing purpose, we usually do not need subquery services, and if you would like to setup a local subquery service, you can refer to the .
A local mandala node:
*A subquery service:
Local network substrate chain explorer:
You can now setup and interact with your local setup, or try to deploy or interact with a smart contract.