Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.01 KB

GAME7_LOGO_RED

G7 Bifrost

The G7 Bifrost is a cross-chain messaging CLI.

What this repository contains

The G7DAO/bifrost repository contains the CLI for the G7 Bifrost.

It also contains:

  1. Go bindings to these contracts
  2. The bifrost command line tool which can be used to deploy and interact with these contracts

Development

Requirements

  • Node.js (version >= 20)
  • Go (version >= 1.21), for the bifrost CLI, and other developmental and operational tools
  • seer, which we use to generate Go bindings and command-line interfaces

Building this code

The Makefile for this project can be used to build all the code in the repository.

Build everything using:

make