Ares Wikipedia

Ares Wikipedia

  • Docs
  • Contribute
  • Languages iconEnglish
    • 中文

›Gladios Guide

General

  • Overview
  • Supplementary
  • Glossary

WhitePaper

  • Introduction
  • Technical Architecture
  • Data market
  • Economic Model

Learn

    Stake Mining

    • Trojan Stake Mining
    • Iliad Stake Mining
    • Asset cross-chain bridge
  • Liquidity mining
  • Gladios

    • Account
    • Claim Test Coins
    • Transfer
    • Set Online Identity

    Oracle

    • Ares Oracle
    • Ares Oracle Provider Support
    • Oracle Finance
    • Staking Extend

    Slot Auction

    • Kusama
    • Dot
  • Get Price
  • Get Symbol Fraction

Build

    Basic

    • Obtain Price Through Cross-Chain

    Gladios Guide

    • Set Up the Verifier Node
    • Quotation node rpc tools

Node

  • Hardware environment
  • Run Node
  • Run Validator Node
  • Run Validator Node Q&A
  • Start the Oracle Service
  • Start The Warehouse Service
  • Warehouse Api

Mainnet

    Validator Tutorial

    • Account
    • Map ERC20/BEP20 ARES
    • How to bond stash & controller account
    • Validator node program upgrade/deployment
    • Set Session Keys
    • Validator node verification
    • Punishment verification & Extraction of assets

    Nominator Tutorial

    • Create Odyssey Account & Stake
    • Nominate for any one or more nodes
    • Check penalties & withdraw assets

Set Up the Verifier Node

Set Up the Verifier Node
Instal code compile tool
Install rust

# Install
curl https://sh.rustup.rs -sSf | sh
# Configure
source ~/.cargo/env

Configure the Rust toolchain to default to the latest stable version, and add nightly and nightly WASM compilation targets.

rustup default stable
rustup update
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

Installation dependencies (for example, Ubuntu 18.04) For other operating systems, refer to the underlying developer documentation

sudo apt update
sudo apt install make clang pkg-config libssl-dev build-essential

Obtain the node executable file

Obtain Gladios project resource code and compile.

git clone git@github.com:aresprotocols/ares.git ares-chain
cd ares-chain
cargo build --release

Obtain Gladios project resource code and compile ares-chain/target/release/gladios-node

Starting a Data Node

Start the data node and connect to the network.
Execute the following command in the directory you just compiled.

./target/release/gladios-node \
  --base-path data \
  --name ARES_DATA_NODE \
  --chain .gladios \
  --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \

Start the verifier node Start the authenticator node and connect to the network. Execute the following command in the directory you just compiled.

./target/release/gladios-node \
  --base-path data \
  --name ARES_VALIDATOR_NODE \
  --chain gladios \
  --telemetry-url 'wss://telemetry.polkadot.io/submit/ 0' \
  --warehouse http://api.aresprotocol.io \
  --validator \
  • Warehouse parameter: supports the server request address and port number of the authenticator.

View the node https://telemetry.polkadot.io/#list/0xcc07acbee59e89a8bc99d87a24364b514d6ae657551338547b713444583eaac2

← Obtain Price Through Cross-ChainQuotation node rpc tools →
About Us

Ares is an on-chain-verified oracle platform that provides secure and reliable data services for the Polkadot DeFi ecosystem.

Email   info@aresprotocol.io
Quick links
WebsiteBlogTokenomicsBuy TokenFarms
Resources
DocumentationGithubBlockchain Explorer
Social Media
Copyright © 2023 The Ares Protocol All rights reserved