Project

griffnode

0.0
The project is in a healthy, maintained state
Official GriffNode SDK. Non-custodial crypto payment gateway: accept BTC, ETH, LTC, DOGE, DASH and ERC-20 tokens straight to your own wallet.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 3.6, >= 3.6.0

Runtime

~> 1.0, >= 1.0.1
 Project Readme

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.