Skip to content

ImStaked/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.2.4 --build-arg VERSION=v0.41.5 .

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

About

Monolithic repository of everything Oraichain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.6%
  • Shell 20.9%
  • JavaScript 2.6%
  • Makefile 1.9%
  • HTML 1.6%
  • Dockerfile 1.4%