blackironj / interact-with-sc-go

interact with solidity based smart contract using Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interact with smart contract using golang

It is a sample project for interacting with a smart contract using golang

Prerequisite

Quick start

  • installation
    make all
  • How to use it
    ./sc-interactor --help
    Usage:
        sc-interactor [command]
    
    Available Commands:
        help        help about any command
    
        balance     account token balance
        deploy      deploy a contract to network
        mint        mint tokens
        burn        burn tokens
        transfer    transfer tokens to others

About

interact with solidity based smart contract using Go


Languages

Language:Go 93.1%Language:JavaScript 5.2%Language:Solidity 1.2%Language:Makefile 0.5%