Control your npm dependencies
Background Initializing a new react application using create-react-app installs 1900 packages, while the package.json only defines 23 dev dependencies. A fresh angular app uses the same number of ...
Background Initializing a new react application using create-react-app installs 1900 packages, while the package.json only defines 23 dev dependencies. A fresh angular app uses the same number of ...
Introduction This two-part series is a brief introduction to the concepts of Ethereum and State Channels by building a Tic-Tac-Toe application. Read Part 1 here. You have solved all the conventio...
Introduction This 2-part series is a brief introduction to the concepts of Ethereum and State Channels by building a tic-tac-toe application. Stuck in the lock-down, you have been whiling away ti...