Skip to content

oraichain/orai

Repository files navigation

Orai monorepo

Cosmos based blockchain integrated with Smart Contracts Orai.

Reporitories

Name Description
orai The world’s first AI-powered oracle and ecosystem for blockchains
oraivisor A small process manager around Oraichain binaries that monitors the governance module
interchaintest Docker containers for hooks testing of IBC-compatible blockchains

Docker Build

# dev
docker build -t <image-tag> -f orai/Dockerfile --build-arg WASMVM_VERSION=v1.5.2 --build-arg VERSION=v0.41.8 .

# prod
docker build -t <image-tag> -f orai/Dockerfile.prod --build-arg WASMVM_VERSION=v1.5.2 --build-arg VERSION=v0.41.8 .