/ore-bot-discord-js

Ore Community bot written in Typescript, leveraging the power of the ORE blockchain.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Running the ORE Bot stack

Development

Dev environment is cloud based.

Infrastructure

  • GCloud Kubernetes Cluster (4x Nodes)

Skaffold

Skaffold YAML file is included for development. Skaffold offers automated reloading of the Kubernetes project each time changes are saved to the source code.

Stand up the initial project resources.

skaffold run -p init-deploy-dev

Compile the project, build containers, push containers, and run development application.

skaffold dev -p development