Skip to content

HorizenOfficial/eon-smart-contract-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_delegation - Code that allows users to interact with the functions of Forger Stake Delegation smart contract (DEPRECATED).
  2. forger_stake_v2 - Code that allows users to interact with the functions of Forger Stake v2 smart contract.