ar.io Logoar.io Documentation
ARIO DeployPrerequisites

Upload key (DEPLOY_KEY)

  1. Arweave signer (default): Encode your Arweave wallet key in base64 and set it as DEPLOY_KEY:

    base64 -i wallet.json | pbcopy
  2. Ethereum/Polygon/KYVE signers: Use your raw private key (no encoding needed) as DEPLOY_KEY.

  3. Solana signer: Use a base58-encoded secret key as DEPLOY_KEY, or a solana-keygen id.json byte-array wallet file via --wallet.

How is this guide?