Start with the payment flow
HashNut is digital asset payment infrastructure for businesses. Customers pay assigned receipt addresses on-chain. HashNut detects payment state and synchronizes it with the merchant workflow, while settlement remains under merchant control.
Start with the tools
Browser-based merchant console. Sign in by signing a wallet message with MetaMask or TronLink.
LOCAL CLIENTHashNut MPC ClientRuns on Windows or macOS and handles merchant-side private-key and settlement operations locally.
GUIDED TESTDemo Shop ↗Use the Demo Shop to verify API-key behavior and walk through an end-user payment flow.
V4 architecture
HashNut V4 uses EOA architecture with 2-of-2 MPC receipt addresses. Keep V4 account, SDK, and API materials together when implementing the current system.
Use V4 merchant tooling, SDKs, and API behavior together. Do not mix V3 endpoint examples into a V4 integration.
SDK quick install
go get github.com/nuttybounty/hashnut-sdk-go/v4


