Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
blockstack-react-scripts
Advanced tools
Configuration and scripts for React-based Blockstack dapps
initialize your
create-react-app
-based project with support forblockstack.js
, along with some pre-configured goodies (like authentication boilerplate, scss modules, and decorator support).
CRA + Blockstack fixes:
Extras:
Initiaize your CRA projects the way you usually do with the exception of one change: Use the --scripts-version
argument as blockstack-react-scripts
:
- create-react-app my-app
+ create-react-app my-dapp --scripts-version blockstack-react-scripts
my-app
├── node_modules
├── package.json
├── .gitignore
├── public
│ └── favicon.ico
│ └── index.html
│ └── manifest.json
└── src
└── index.js
└── components
└── utilities
└── assets
└── _variables.scss
└── global-styles.scss
└── styles.scss
The features I've included in this config are pretty standard for any react project. Dan Abromov, the creator and primary maintainer of CRA, wanted CRA to be a collection of "sensible defaults." He and the community most certainly achieved this, but they did so at the price of simple plugin usage. I added in a few of those must-have plugins, and left the CRA "ejection" process (so feel free to eject if you need more functionality). There's another option available to you if you want to use CRA to bootstrap your project, but want additional configuration: try out react-app-rewire-blockstack. It's easy to get goin', and paves the way for simpler configuration down the line (without ejecting). Beyond the config being relatively unopinionated, the template generated should be good for most use cases. It shows how to impliment Blockstack's authentication, and includes some helpful resources for exploring the Blockstack ecosystem (real-life Pied Piper). So yea... I hope this suits your needs. You're gonna kill it 👍
Please feel free to message me with any questions, feature requests, or even pull requests!
FAQs
Configuration and scripts for React-based Blockstack dapps
The npm package blockstack-react-scripts receives a total of 6 weekly downloads. As such, blockstack-react-scripts popularity was classified as not popular.
We found that blockstack-react-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.