repository
0.0.0-20241213155516-58215190b711
Repository: https://github.com/g7dao/bifrost.git
Documentation: pkg.go.dev
# README
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:
- Go bindings to these contracts
- 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