Landslide
  • 👋Landslide
  • Github
  • Product Guides
    • 🏄Slide SDK
      • Run Landslide Locally
        • How to setup Slide SDK locally
        • Conect your wallet to a local network
        • How to deploy a CosmWasm contract
      • Run Landslide on Testnet
        • How to connect Cosmostation
      • License
      • Security Audit
    • 🦄Landslide EVM
    • ⚙️IBC Light Client
      • Relayer Operator Guide
      • Chain integrators guide
        • Lower than v0.50
        • Higher than v0.50
      • IBC Connection
      • IBC Go
      • IBC Relayer AVAX L1 Proof
    • 🔌RPC
    • 🔄API endpoints
    • ⏭️Avalanche Warp Messaging
  • Integrations
    • 🚀Building with Andromeda
    • ⚛️Connecting Existing Cosmos dApps to Avalanche
      • Case Study: Osmosis
      • ABCI Calls
  • FAQ
    • 🤓FAQ
    • 🛣️Roadmap
  • Overview
    • 💡What is CometBFT?
    • 💡What is Avalanche Consensus?
    • ✨Features
  • Fundamentals
    • 🛠️Getting set up
  • Roadmap
    • 🤝Interchain Staking
Powered by GitBook
LogoLogo

Links

  • Home
  • Twitter

©2024 Gaia Labs LTD

On this page

Was this helpful?

Export as PDF
  1. Fundamentals

Getting set up

How to set up Landslide Core

PreviousFeaturesNextInterchain Staking

Last updated 1 year ago

Was this helpful?

Installation

  1. Ensure that you have Go installed on your computer. You can download and install the latest version of Go from the official website at .

  2. Clone the LandslideCore repository to your local machine by running the following command:

    git clone https://github.com/ConsiderItDone/LandslideCore.git
  3. Once you have cloned the repository, navigate to the root directory of the repository in your terminal.

  4. Build the LandslideCore binary by running the following command:

    make build

    This will create the landslide binary in the build directory.

  5. Optionally, you can install the LandslideCore binary system-wide by running the following command:

    make install

    This will copy the landslide binary to /usr/local/bin, making it accessible from anywhere on your system.

If you encounter any issues during the installation process, please refer to the documentation or open an issue on the LandslideCore repository for assistance.

🛠️
https://golang.org/dl/