Evo Tools
Evo-contract command tool set
Introduction
EVO Tools is a set to interact with EVO contracts. It is developed based on dapp.tools and inherits the configuration information of sethrc.
Install
Install
Nix
# user must be in sudoers
curl -L https://nixos.org/nix/install | sh
# Run this or login again to use Nix
. "$HOME/.nix-profile/etc/profile.d/nix.sh"2. Run the script
curl https://gist.githubusercontent.com/hujw77/ce3d9ed102de1fa1c9eba7754459333a/raw/5ec0e1a2a249e77e87753f4317f642cdf75283be/install.sh | shConfig
The default configuration file: ~/.sethrc
#!/usr/bin/env bash
export ETH_FROM=0x4Ffa8667Fe2db498DCb95A322b448eA688Ce430c #你的evo账户地址
export SETH_CHAIN=crab #网络配置
export ETH_PASSWORD="/home/user/evo/pass.txt" #密码文件,可选,如果只查看合约信息可不填写
export ETH_KEYSTORE="/home/user/.ethereum/keystore" #keystore文件,可选,如果只查看合约信息可不填写
export ETH_RPC_URL="<https://crab-rpc.darwinia.network>" #可选,自定义rpc-urlCheck all EVO-NFTs in your address
Tips: Higher level means greater quality
Check the land information
Check the apostle information
Help
Last updated
Was this helpful?