Install injectived
The easiest way to install injectived
and Injective core is by downloading a pre-built binary for your operating system. Download the most recent Injective binaries from the official releases repo.
This zip file will contain three binaries and a virtual machine:
injectived
- Injective daemonpeggo
- Injective ERC-20 bridge relayer daemoninjective-exchange
- the Injective Exchange daemonlibwasmvm.x86_64.so
- the wasm virtual machine, which is needed to execute smart contracts.
Unzip and add injectived
, to your /usr/bin
. Also add libwasmvm.x86_64.so
to user library path /usr/lib
.
Note that you do not need injective-exchange
and peggo
for deploying and instantiating smart contracts.
Confirm your version matches the output below (your output may be slightly different if a newer version is available):
Start injectived
Once you have injectived
installed, you can start an instance of the chain by downloading this initialization script and starting the binary
Once the script.sh
is downloaded, run it and start the chain
Last updated