No description
Find a file
dependabot[bot] 21d294e93d
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 04:11:12 +00:00
app feat:Add a Twitter card 2020-01-14 21:39:21 -05:00
.gitignore 📺 switching to Brunch 2017-09-12 12:02:31 -04:00
brunch-config.js chore: update dependencies & remove outdated 2020-01-22 22:26:31 -05:00
package-lock.json chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 2022-12-05 04:11:12 +00:00
package.json chore: update dependencies & remove outdated 2020-01-22 22:26:31 -05:00
README.md 🔤 updated development instructions 2017-09-12 13:42:36 -04: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