How to install shardeum/shardeum. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
shardeum/shardeum Installation Guide
How to install shardeum/shardeum. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for shardeum/shardeum. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i shardeum/shardeumor
Install via npx
npx @hexmos/ipm i shardeum/shardeumPrerequisites
Node.js
languageVersion: v18.19.1
npm
package_managerVersion: v10.2.4
Rust
build_toolVersion: v1.74.1
Docker
system_toolOptional
Git
knowledgeUsed for cloning the repository.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Setting up the Environment
export LOAD_JSON_CONFIGS=/path/to/your/local/shardeum/config.jsonCloning the Repository
git clone https://github.com/shardeum/shardeum.git
cd shardeumInstalling Dependencies
npm installStarting the Network
shardus start 10Post Installation Steps
- Start the JSON-RPC server: `npm run start`
- Connect to the Shardeum network using MetaMask.
- Explore the Shardeum explorer at http://localhost:6001/
