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.
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 (work in progress)
Wired up to work in connection with the testnet explorer at testnet.warthog.network. Once shipped the extension lets you sign and broadcast testnet transactions straight from the browser.
bunker.warthog.network
Wallet and frontend for interacting with the DeFi features of the testnet. Browser based, no install required.
Mobile wallet
Wallet and frontend for interacting with the DeFi features of the testnet. React Native / Expo app for Android (APK) and iOS.
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.