RE
  • đź‘‹Welcome to Re Protocol
  • Overview
    • đź’ˇvision
    • A Bridge between TradeFi and DeFi
    • Background
      • The FIX Protocol and Beyond
  • Use Cases
    • Unlocking New Incentives with Re
    • The Foundations Realigned
  • Technology
    • Understanding Cosmos
    • Product Ambitions
    • Protocol Design
      • Overview
      • FIX on Cosmos
      • What Re Is
      • Architecture
  • Source Code
  • Resources
  • Build and Launch
    • Re build from sources
    • Re standalone docker
  • Modules
    • Core
      • Authz
      • Bank
      • Wasm
    • Custom
      • DID
        • Overview
        • Client
        • State
      • FIX
        • Overview
        • Client
        • State
      • MIC
        • Overview
        • Client
        • State
  • Use Cases
    • 🖥️For Developers
Powered by GitBook
On this page
  • Prerequisites​
  • Build and run​
  1. Build and Launch

Re build from sources

PreviousBuild and LaunchNextRe standalone docker

Last updated 1 year ago

This page contains information about building Re node from sources

Prerequisites

  • Golang v1.19 ().

Build and run

1. Make sure you have the required Golang version

go version

2. Clone Re repository and cd into it

git clone https://github.com/jim380/Re.git
cd Re

3. Build a Re node image

make install
​
go releases and instructions
​
​
​
​