Blockchain Tools 0.30.1 / Getting Started
Install Blockchain Tools
Install Blockchain Tools, configure its network workspace, and verify Free or Pro access.
Before installation
Install and activate Cointacted Social Terminal and Cointacted Blockchain Core first. Add a compatible provider addon, such as Cointacted MetaMask, when users need wallet-backed lookups or transactions.
Do not run the retired Cointacted – Blockchain addon beside Blockchain Tools. Deactivate the retired addon before continuing.
Install the plugin
- In WordPress, open Plugins → Add Plugin → Upload Plugin.
- Select the current
cointacted-blockchain-tools.zippackage. - Choose Install Now, then Activate Plugin.
- Open Cointacted → Blockchain.
- Confirm the status panel reports Blockchain Tools and the expected Free or Pro mode.
Preserve the plugin folder slug cointacted-blockchain-tools when deploying or updating the package.
Configure networks
The Cointacted → Blockchain page is the single network workspace shared with Blockchain Core.
- Review the enabled network catalog.
- Add RPC overrides only when the default provider route is unsuitable.
- Add custom EVM or Solana networks with the correct chain identifier, RPC endpoint, and explorer URL.
- Save, then use
rpc testin Social Terminal on the intended active network. - Connect a wallet and use
address,tx, orblockto confirm the Free read path.
Never publish private RPC credentials in documentation, screenshots, terminal output, or client-side configuration.
Enable Pro sending only after staging tests
Pro read features become available when the site has the Blockchain Tools Pro capability. Sending remains off until an administrator enables Guarded sending tools under Cointacted → Blockchain.
Before enabling it on production:
- Test on the exact supported test network and wallet provider.
- Verify wrong-account and wrong-network attempts are blocked.
- Verify simulation failure does not open a wallet prompt.
- Verify the preview expires after 90 seconds and requires a separate confirmation gesture.
- Verify rejection, cancellation, confirmation progress, provider interruption, and successful confirmation.
- For approved contract writes, confirm Blockchain Core contains the exact allowlisted contract and typed callable schema.
This release permits approved contract writes only through the reviewed zero-native-value EVM boundary. Page components must not supply an address, ABI, method, calldata, RPC URL, or provider credential directly.
Optional transaction journal
Cross-session browser-assisted receipt checks require:
- Blockchain Core transaction journal enabled
- a signed-in WordPress user
- the user's explicit current journal consent
- a compatible provider connected to the exact saved ecosystem and chain
The journal does not monitor while the browser is closed and never switches networks automatically.
Continue with the command and transaction guide.
