
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.
@web4/bit-gateway
Advanced tools
A gateway for talking to BIT protocol using the same URL structures as Byte Browser
A gateway for talking to BIT protocol using the same URL structures as Byte Browser.
npm i -g @web4/bit-gateway
bit-gateway run
Options: bit-gateway --help run
bit-gateway run
Run the gateway
Options:
--version Show version number [boolean]
--help Show help [boolean]
--writable Control access to `PUT` [boolean] [default: false]
--port The port to run the server on 4973 [default: 4973]
--p2p-port The port to run the p2p network on 4977 [default: 4977]
--persist Whether data should be persisted to disk
[boolean] [default: true]
--storage-location The location to store unichain data
[default: "/home/neo/.local/share/bit-gateway-nodejs"]
--silent Prevent additional logs [boolean] [default: false]
GET http://localhost/4973/bit/:key/*path
You can load data from the gateway by specifying a Bitdrive key and a path to a file or folder.
The specific HTTP verbs and headers that are supported can be found in unichain-fetch.
Basically you can replace the bit:// in a URL with http://localhost:4973/bit/ and it'll work.
Bit-gateway uses the pkg module to compile the node.js code into a single binary that you can distribute on a server.
git clone git@github.com:bitwebs/bit-gateway.gitnpm installnpm run builddist folder for the platform you want.FAQs
A gateway for talking to BIT protocol using the same URL structures as Byte Browser
We found that @web4/bit-gateway 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
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.