![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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.
Command | Description | Subcommands |
---|---|---|
init | Initialize a new project | - |
deploy | Deploy your project | - |
build | Build the project | --debug |
wallet | Manage Solana wallets | create , info |
preview | Preview your project | serve |
manage | Manage your project | type [newType] |
account | Manage your account | login , logout |
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
To deploy the application, cd into the directory and run
npx blessnet deploy
WARN
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.