
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This CLI provides tooling/commands to assist you in the scenes development process. Some of the commands will help you scaffold a new scene project, locally start and visualize the scene in order to test it and deploy it to a content server to be incorporated in your Unicial parcel.
To install the latest version of unicial (Unicial CLI), run this command:
npm install -g unicial
To learn what you can do with the CLI run the following command:
unicial --help
See more details at Unicial docs.
For details on how to use Unicial developer tools, check our documentation site
npm install.npm run build.npm link. The unicial command should now be available.npm testNOTE: you can set the environment variable DEBUG=true to see all debugging info
Just update the version on the package.json file and merge to master.
unicial can be configured in several ways to adapt it to another environment other than the default one. To do this you have to either set environment variables or change your ~/.unicialinfo file:
| Variable name | Enviroment variable | ~/.unicialinfo |
|---|---|---|
| Provider | RPC_URL | - |
| MANA Token Contract | MANA_TOKEN | MANAToken |
| LAND Registry Contract | LAND_REGISTRY | LANDRegistry |
| Estate Registry Contract | ESTATE_REGISTRY | EstateRegistry |
| Content Server URL | CONTENT_URL | contentUrl |
| Segment API key | SEGMENT_KEY | segmentKey |
This repository is protected with a standard Apache 2 license. See the terms and conditions in the LICENSE file.
FAQs
unicial CLI developer tool.
The npm package unicial receives a total of 0 weekly downloads. As such, unicial popularity was classified as not popular.
We found that unicial 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.