/cyber-coin-contraption

Buys some of that internet money, bit-by-bit 💸 💸 💸

Primary LanguageJavaScriptMIT LicenseMIT

Cyber Coin Contraption Test & Deploy

Buys some of that internet money, bit-by-bit 💸 💸 💸

Getting Started

Environment

To run tests or run in sandbox mode, you can just set:

  • BUYER_CB_SANDBOX_API_KEY
  • BUYER_CB_SANDBOX_API_SECRET
  • BUYER_CB_SANDBOX_PASSPHRASE
  • BUYER_CB_USE_SANDBOX=true

Otherwise, to run for reals and spend real money:

  • BUYER_CB_API_KEY
  • BUYER_CB_API_SECRET
  • BUYER_CB_PASSPHRASE
  • BUYER_CB_USE_SANDBOX=false

Testing

Tests are hardwired to run against the sandbox. They will never run against the production Coinbase API.

$ cd buyer
$ make test

Run

Will run against the real or sandbox API as determined by BUYER_CB_USE_SANDBOX.

$ cd buyer
$ make run