Skip to content

Machinalabs/earthmind-rs

Repository files navigation

EarthMind

A Near Native implementation of the EarthMind Protocol.

EarthMind is a protocol for decentralized governance using advanced AI and Blockchain technology to streamline governance decisions for any protocol implementing the EarthMind client contract.

Pre Requisites

  • rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Near CLI RS
cargo install near-cli-rs
  • cargo-near
cargo install cargo-near
  • Near workspaces
cargo add near-workspaces

Getting Started

$ git clone https://github.com/Machinalabs/earthmind-rs.git

$ cargo test  # run tests

$ cargo build # build project locally

Deployment

To deploy manually, install cargo-near and run:

# Create a new account
cargo near create-dev-account

# Deploy the contract on it
cargo near deploy <account-id>

Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published