Skip to content

omahs/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.42.1 .

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

Upgrade command

oraid tx gov submit-proposal software-upgrade "v0.42.1" --title "upgrade Oraichain network to v0.42.1" --description "Please visit https://github.com/oraichain/orai/releases/tag/v0.42.1 to view the CHANGELOG for this upgrade" --from wallet --upgrade-height 21627705 --upgrade-info "https://github.com/oraichain/orai/releases/download/v0.42.1/manifest.json" --deposit 10000000orai --chain-id Oraichain -y -b block --gas-prices 0.001orai --gas 20000000 --node https://rpc.orai.io:443

About

Monolithic repository of everything Oraichain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 69.7%
  • Shell 26.1%
  • Makefile 1.7%
  • HTML 1.3%
  • Dockerfile 1.2%