Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 708 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 708 Bytes

Decentralized Snippets

A Blockstack app that allows web developers to create and save snippets of code.

A work in progress, documented and explained on my InfoWorld column:

#. Blockstack Overview #. Blockstack Authentication #. Blockastack Storage

Local Development

This is a create-react-app bootstrapped project.

npm install
npm run start

/* or */

yarn
yarn start