![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Build distributed, scalable, edge based applications fast.
Make sure you have npm
installed. We recommend a version 18+
the fastest way to getting started with npm is installing it into your system using nvm
.
Where ever you are, run npx blessnet
to get context feedback. If calling from inside a project folder, information about the state of the project will be returned.
Otherwise the guided initializer will be called.
npx blessnet help
will always provide more information.
npx blessnet
BLESS Runtime
.➜ npx blessnet
BLESS environment not found. Do you want to install it? (yes/no): y
✔ Installation successful.
BLESS environment installed successfully.
You can now use the `blessnet` command.
Create a new project with the name foo
, the project will have a folder created called foo
npx blessnet init foo
cd foo
.
├── bls.toml # project config
├── index.ts # entry
├── package.json # javascript packages
├── tsconfig.base.json # typescript configs
├── tsconfig.debug.json # typescript configs
└── tsconfig.release.json # typescript configs
Install blessnet
globally for use without npx.
npm i -g blessnet
npx blessnet wallet list
FAQs
The CLI tool for interacting with blessnet
The npm package blessnet receives a total of 111 weekly downloads. As such, blessnet popularity was classified as not popular.
We found that blessnet demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.