Installing DijetsNodeGo
Let’s install a Dijets Node Binary, which is an implementation of Dijets node in Go Language. After installation we will connect to Dijets Public Network.
Getting Started
Dijets is an Ecosystem of Decentralised Ternary Chain Ledgers for launching decentralized applications and enterprise blockchain deployments using an interoperable & highly scalable protocol.
The quickest way to learn about Dijets is to run a node and interact with the network.
Let’s install a Dijets Node Binary, which is an implementation of Dijets node in Go Language. After installation we will connect to Dijets Public Network.
Download the Dijets Node Binary repository:
go get -v -d github.com/Dijets-Inc/dijetsnodego/...
Feel free to clone the DijetsNodeGo repository to locations other than your GOPATH.
cd $GOPATH/src/github.com/Dijets-Inc/dijetsnodego
Skip the build if you are using a pre-built binary from Dijets Repo.
./scripts/build.sh
Execute the DijetsNodeGo Binary script now in your folder dijetsnodego/build
./build/dijetsnodego
When a Dijets node starts, it has to bootstrap (catch up with the rest of the network). Check if the node has finished bootstrapping.
curl -X POST --data '{
"jsonrpc":"2.0",
"id":1,
"method":"info.isBootstrapped",
"params": {
"chain":"ValueChain"
}
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info
Finished setting up the Node? Create a Keystore User that operates the Node. Follow the tutorial for creating a User.Create a Keystore User
Explore some of the unique technical and economic concepts behind the Dijets Network & its Ternary Chain Ledgers.
Infinitely scalable, utility-driven, extremely lightweight decentralised platform for the new web.
Dijets is an ecosystem of heterogeneous blockchains namely Value Chain, Utility Chain & Method Chain.
Delivers a highly scalable & efficient blockchain network which can adapt to changing network conditions.
There are two types of Validators for Dijets Network. A public Validator and a hardware node instance; Cacid.
Read all about Dijets Governance and learn how to participate in Dijets Improvement Proposals.
Dive into the extensive benefits and the wide ranging utilities of Dijets Products & services.