Wander Docs
HomeGithub
  • ๐Ÿ‘‹Welcome to Wander
  • โ›๏ธDeveloper tooling
    • Wander Devtools
    • ArLocal Devtools
  • ๐Ÿ“šExternal libraries
    • Arweave Wallet Kit
    • arweave-js
  • ๐Ÿ”ญDemos
    • Applications
  • ๐ŸงชAPI
    • Intro
    • Events
    • Connect
    • Disconnect
    • Get active address
    • Get active public key
    • Get all addresses
    • Get wallet names
    • Sign Transaction
    • Dispatch Transaction
    • Sign DataItem
    • Batch Sign DataItem
    • Sign message
    • Verify message
    • Private hash
    • User Tokens
    • Token Balance
    • Encrypt
    • Decrypt
    • Crypto signature
    • Subscriptions
    • Retrive permissions
    • Retrive Gateway Config
  • ๐ŸŒWander.app
Powered by GitBook
On this page
  • Setup
  • Mint testnet AR
  • Create testnet transaction
  • Manual block mining

Was this helpful?

Edit on GitHub
  1. Developer tooling

ArLocal Devtools

Custom devtools tab for easier ArLocal testing and operations

PreviousWander DevtoolsNextIntro

Last updated 3 months ago

Was this helpful?

The new Devtools allow developers to easily interact with their local or public testnet without having to run scripts to perform certain actions. The tool can be accessed by opening the browser's devtools and clicking on the ArLocal tab.

Setup

Upon startup, the tool will ask you to provide some information about the arlocal gateway you want to use. After setting the gateway URL, click the refresh button to load the action sheet.

Mint testnet AR

You can mint testnet Arweave tokens that can be used like regular AR. Enter the desired amount in the input under the Mint AR title and click Mint. The tool will call the testnet to deposit AR into the currently active wallet in Wander and request the testnet to mine a block.

Create testnet transaction

The ArLocal Devtools allow you to create new transactions with tags, a target and data. Simply set the desired fields under the Create Transaction title, enter your password and click Send Transaction. The tool will submit the transaction and request the testnet to mine a block.

Manual block mining

You can manually request the testnet to mine a block by clicking the Mine button, under the Send Transaction button.

โ›๏ธ
ArLocal