Skip to content

Tolar-HashNET/HashNet_DOME_smart_contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashNet DOME Smart Contract

Contains modified smart contract running on HashNet blockchain needed for interaction with DOME solution. Original unmodified smart contract can be found here.

Overview

Short overview of example:

  1. Prerequisites
  2. Install dependencies
  3. Build contract
  4. Build contract deployment application
  5. Deploy contract

Step 1: Prerequisites

Step 2: Install dependencies

# Install
yarn install

Step 3: Build contract

yarn build:contract

Step 4: Build contract deployment application

yarn build

Step 5: Deploy contract

node  node dist/index.js --contractDir=./contract_bin --providerUrl=https://jsongw.testnet.tolar.io/jsonrpc --networkId=2 --privateKey=0x67f3c68cedd11ef77ed6b92ca9fd82c699ccfc5f1fd96fa485b0ffeb2cf60fdf

About

DOME smart contract modified for the HashNET network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors