First Steps
Warthog Testnet
The testnet is the live environment for Native DeFi, Fair Batch Matching, and new wallet and node work. Get free testnet coins, pick a wallet, watch the chain on the explorer, try the matching engine in your browser.
Testnet node
The testnet is running nodes from the `defi` branch of the core repo. These nodes have version numbers starting with `0.10.x`.
Website Faucet
Get free testnet WART for testing purposes. You can also refill the faucet with testnet coins.
Asset Metadata
Publish token metadata for a Warthog asset you created on chain. Sign with your wallet, attach a logo and banner, and submit.
Client explorer
Blockchain explorer at testnet.warthog.network. Runs client side directly, based on API requests made from the page's JavaScript. No backend indexer, no database.
SDKs
For developers we have three SDKs covering Python, Elixir and JavaScript (works natively and within browser).
Wallets
Browser extension
Warthog wallet extension v1.2.5 for Chrome and Firefox. Mainnet + DeFi testnet, assets, DEX, and activity. Unzip and Load unpacked.
bunker.warthog.network
Wallet and frontend for interacting with the DeFi features of the testnet. Browser based, no install required.
Mobile wallet
Android wallet app v1.0.12 for DeFi testnet and mainnet. Download the APK and install on your device.
Fair Batch Matching
DeFi Demo
See Fair Batch Matching in action. Warthog's algorithm eliminates sandwich attacks by batch-processing all swaps jointly. FBM math runs as WebAssembly in the browser, no node round trip.
DeFi Dry Run
We are working on an automated try run to match the current state of the mempool with our Fair Batch Matching algorithm to simulate matching as if the pending orders were mined in the next block.