Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.46 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.46 KB

EON-SMART-CONTRACT-TOOLS

Releases LICENSE-MIT Contributors CONTRIBUTING

Overview

This repository contains the code to interact with smart contracts deployed on Eon or Gobi (testnet) networks in the Horizen ecosystem.

Each contract has a dedicated folder with the following structure:

  • remix - A set of scripts that can be imported into the Web Remix IDE to interact with the smart contract.
  • js - A script that can be run using Node.js locally to interact with the smart contract.
  • README.md - A file that contains instructions on how to use the scripts in the remix and js folders.

Contracts

  1. forger_stake - Code that allows users to interact with the functions of Forger Stake smart contract.