devedse / DeveWeb3Cli

Web3 CLI which is somewhat similar to gochain/web3 but built in C# with Nethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeveWeb3Cli

Web3 CLI which is somewhat similar to https://github.com/gochain/web3 but built in C# with Nethereum. It's quite a lot less feature complete but does support some functionality that gochain/web3 doesn't, like:

  1. Passing structs as arguments
  2. Outputting data to a file
  3. Having an infinite timeout (I still need to implement passing in a customer timeout)
  4. Passing in London hardfork Gas Stuff (Still WIP)

Please see the UnitTest project on how to use this library.

Important: This library/tool is far from complete :).

Build status

GitHubActions Builds
GitHubActions Builds

Code Coverage Status

CodeCov
codecov

Code Quality Status

SonarQube
Quality Gate

Package

NuGet
NuGet

About

Web3 CLI which is somewhat similar to gochain/web3 but built in C# with Nethereum

License:MIT License


Languages

Language:C# 90.2%Language:Solidity 7.2%Language:PowerShell 1.6%Language:Dockerfile 1.0%