Platform compatibiltiy guide
Check out this table to see which platform is supported to runinjectived CLI:
| Platform | Pre-Built Binaries | Docker | From Source |
|---|---|---|---|
| macOS (M1/ARM) | ❌ | ✅ | ✅ |
| macOS (Intel) | ❌ | ✅ | ✅ |
| Windows (x86_64) | ❌ | ✅ | ❌ |
| Windows (ARM) | ❌ | ✅ | ❌ |
| Linux (x86_64) | ✅ | ✅ | ✅ |
| Linux (ARM) | ❌ | ✅ | ✅ |
Getting started with pre-built binaries
At the moment, the only supported platform to run a pre-builtinjectived CLI is Linux x86_64. The pre-built binaries are available on the Injective GitHub Releases page.
injectived- Injective daemon also CLIpeggo- Injective Ethereum’s bridge relayer daemonlibwasmvm.x86_64.so- the WASM virtual machine support file
peggo for deploying and instantiating smart contracts, this is for validators.
injectived CLI for interacting with the Injective blockchain.
Getting started with Docker
The following command will start a container withinjectived CLI:
injectived CLI for interacting with the Injective blockchain.
Getting started with source code
The following command will buildinjectived CLI from source code:
injectived CLI to your go path.
injectived CLI for interacting with the Injective blockchain.