fund
Fund Irys with the specified amount of tokens.
ℹ️
Not all calls to fund
will post immediately to your account, some blockchains are faster than others.
Parameters
Option
Description
-n
The network to check,
testnet
or devnet
, defaults to testnet
.-t
The token to use when funding.
-w
Your private key.
--provider-url
RPC URL to use.
Examples
Testnet
irys fund 1000000000000000 \
-t ethereum \
-w bf20......c9885307
Devnet
irys fund 1000000000000000 \
-n devnet \
-t ethereum \
-w bf20......c9885307 \
--provider-url https://rpc.sepolia.dev
ℹ️
RPC URLs change often, use a recent one from https://chainlist.org/ (opens in a new tab)