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.
@jwalab/minilab
Advanced tools
The minilab is a minimal JWA Lab development environment. Start minilab and write your first service!
The JWA Platform can seem overwhelming at first.
You need to run a Tezos node and an indexer, you need to run a message bus, there's an ingress service, there are protocols and security issues...
While the platform itself is easy to piece together as seen with the Community Edition, it still separates the platform and the Tezos Node so it can be used in a production like environment.
To make things even easier, minilab
offers a complete environment to be used exclusively for development. It can start a Tezos node from scratch or with a known state, which could in term become extremely convenient for testing or debugging!
Look no further, if you want to get familiar with the JWA Platform, you've come to the right place.
npm install -i @jwalab/minilab
minilab start
clone this repository and cd into the directory
git clone git@github.com:jwa-lab/minilab.git
cd minilab
./run start
Then import the alice and bob accounts:
./run bootstrap
0.0.19
FAQs
Minilab is a mini development environment for the JWA Platform
The npm package @jwalab/minilab receives a total of 2 weekly downloads. As such, @jwalab/minilab popularity was classified as not popular.
We found that @jwalab/minilab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.