GriffNode SDK (ruby-sdk)

Official SDK for the GriffNode crypto-payments API — accept Bitcoin, Ethereum, Litecoin, Dogecoin, Dash and ERC-20 tokens straight to your own wallet.

gem install griffnode

Quick start

Authenticate with a secret key (Authorization: Bearer sk_live_…, or sk_test_… for sandbox), then create a payment. Send an X-Idempotency-Key on every create so a retried request can't double-charge. Full, language-specific examples are generated below by CI.

License

Apache-2.0 — see LICENSE.