What is Blockstack’s stack in JS (e.g. Node.js)? I’m joining a fullstack coding bootcamp next month, and I want to be able to build blockstack-based decentralized apps and contribute to the community with code overall.
We’re generally using React with ES6 Babel-compiled to Javascript on blockstack.org and the upcoming browser.
Blockstack Explorer uses vanilla JS with AngularJS.
For specifics , you can check out the readmes or package.json files in various Blockstack repositories
Super helpful. Thanks Larry for the prompt response!
If you have any other pieces of advice (blogs to follow for latest dev, helpful & high quality sources, etc.) you wish you knew when you were starting off, I’d be grateful for them.
I’d also add that the browser (add-on) uses Redux for state management, browserify for converting node code to frontend JS, and gulp as a task manager.