2025-10-14 14:16:15 +02:00

641 B

Example Codex Go Bindings

This repository demonstrates how to integrate the Codex Go bindings into a Go project.

The project starts a Codex node, uploads and downloads some data, and can be stopped with Ctrl+C.

Get the Go dependency

go get 

Fetch the artifacts

# Adapt for your OS
OS := "linux"
ARCH := "amd64"
make fetch

By default, the last release will be downloaded and extracted to libs folder. You can change the Makefile to specify another folder or download a specific version.

Build

make build

Run

./example