No description
Find a file
Joshua Seigler 621c9b9bfd Colors are fun
2018-01-10 20:03:41 -05:00
app Colors are fun 2018-01-10 20:03:41 -05:00
.gitignore 📺 switching to Brunch 2017-09-12 12:02:31 -04:00
brunch-config.js 📺 switching to Brunch 2017-09-12 12:02:31 -04:00
package.json Add matter-js and get balls appearing per TX. still very messy 2018-01-09 01:32:05 -05:00
README.md 🔤 updated development instructions 2017-09-12 13:42:36 -04:00
yarn.lock Add matter-js and get balls appearing per TX. still very messy 2018-01-09 01:32:05 -05:00

This simple project uses the Insight API and Web Sockets to stream transactions from the Dash blockchain as they are broadcast.

See it in action!

Development

npm install or yarn

Commands: (npm run <command> or yarn <command>)

  • build - Build the site to the public directory
  • watch - Build the site, watch for changes, and serve it at http://localhost:3333/
  • deploy - Build the site to the public directory, then push that directory to the Github Pages branch