Blockchain
3 min
Node Installation
Download OctaSpace client
https://github.com/octaspace/go-octa/releases/download/v2.0.0/geth-linux-amd64As alternative it is possible to run node as docker container.
Docker images available here: https://hub.docker.com/r/octaspace/go-octa
Configure and run blockchain node
geth-linux-amd64 --http --http.addr 127.0.0.1 --http.port 8545 --http.vhosts * --http.api eth,net,web3 --ws --ws.addr 127.0.0.1 --ws.port 8546 --ws.origins * --ws.api eth,net,web3