Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 928 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 928 Bytes

Bots Playing Craps

Early 2018 investigation into a few new things happening in the JS scene. Main bits I wanted to test drive were cryptocurrency transactions with Stellar Lumens and the proposed new React context API.

DISCLAIMER: This is neither an endorsement or investment advice.

https://bots-playing-craps.khz.fi/

Ingredients

Scripts

  • npm run dev starts a development server
  • npm start builds a static site and serves it
  • npm test runs one test

Findings

TBD