Skip to content

themartiancompany/libevm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVM Library

A Bash library containing useful functions to write native applications interacting with EVM-compatible blockchain networks.

You can use this library into your program by pasting the following at the beginning of your program.

_bin="$( \
  dirname \
    "$( \
      command \
        -v \
	  "env")")"
_lib="${_bin}/../lib"
source \
  "${_lib}/libevm/libevm"

The library depends on crash-bash, evm-chains-info, evm-chains-explorers, evm-contract-tools and it is supposed to be used with evm-wallet and solidity-compiler, together with which it makes up the evm-toolchain.

EVM stands for Ethereum Virtual Machine.

License

The libEVM library is released under the terms of the GNU Affero General Public License version 3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published