A full-suite collection of useful Bash and JavaScript programs and libraries to enable seamless development of native computer applications designed to interact with Ethereum Virtual Machine-compatible networks.
Particular focus has been put onto giving users the ability to seamlessly call publicly verified smart contracts functions same as they would do to retrieve information from any other standard local program.
In order to do so, the evm-contract-call
program obtains networks'
informations from the
EVM Chains Info
and
EVM Chains Explorers
programs and automatically retrieves eventually missing smart
contracts artifacts from online sources using the
EVM Contracts ABI Get
utility.
The evm-contract-call
program uses the
Ethers
JavaScript library to
communicate with Ethereum Virtual Machine-compatible
blockchain networks and integrates natively with
and depends on the
EVM Wallet,
but it's also possible to directly provide seeds files.
The tools are a required software dependency for libEVM.
The tools in this source repo can be installed from source using GNU Make.
make \
install
The collection has officially published on the
the uncensorable
Ur
user repository and application store as
evm-contracts-tools
.
The source code is published on the
Ethereum Virtual Machine File System
so it can't possibly be taken down.
To install it from there just type
ur \
evm-contracts-tools
A censorable HTTP Github mirror of the recipe published there, containing a full list of the software dependencies needed to run the tools is hosted on evm-contracts-tools-ur.
Be aware the mirror could go offline any time as Github and more in general all HTTP resources are inherently unstable and censorable.
This program is released by Pellegrino Prevete under the terms of the GNU Affero General Public License version 3.