Skip to content

eosnetworkfoundation/eosio.faucet

Repository files navigation

EOSIO Faucet

License Antelope CDT Blanc++ Vert

Faucet to create account & send tokens to receiver account.

Quickstart

# create
cleos push action eosio.faucet create '[myaccount, "PUB_K1_7hg8uP17qWQcF4m2L9x2gwGSGA2wiHERJGSgDLXSHcYm96yxmK"]' -p eosio.faucet

# send tokens (EOS or EVM)
cleos push action eosio.faucet send '["myaccount"]' -p eosio.faucet
cleos push action eosio.faucet send '["0xaa2F34E41B397aD905e2f48059338522D05CA534"]' -p eosio.faucet