Packages

Cli app meant to ease interation with Elrond SCs

Current section

Files

Jump to
earendil lib test utils.ex
Raw

lib/test/utils.ex

defmodule EarendilCli.Test.Utils do
alias EarendilCli.Deployment.ContractAgent, as: Contract
def get_contract_address(), do: Contract.get()
def print_lol(), do: IO.puts("LOOLOLOLOL")
end