Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@7i7o/git-remote-proland
Advanced tools
A basic git-remote-helper for Protocol Land remotes
git
node
npm
, yarn
or pnpm
This is a tool to allow git
to communicate and sync Protocol Land repos.
You need node
installed in your system. We recommend using nvm
, a powerful node version manager.
Once you have node
running in your system, please install a node package manager such as npm
, yarn
or pnpm
.
npm
npm install --global @7i7o/git-remote-proland
yarn
yarn global add @7i7o/git-remote-proland
pnpm
pnpm add --global @7i7o/git-remote-proland
For git push
or write access to repos, you need an Arweave wallet keyfile.
Asumming you have your Arweave wallet keyfile stored in ~/private_folder/jwk_keyfile.json
, you can set up your keyfile path using git config
:
git config --global --add protocol.land.keyfile ~/private_folder/jwk_keyfile.json
NOTE: This adds the keyfile path globally for all repos. If you want to use them discretionally per repo, you can remove the
--global
modifier in thegit config
command.
Once the package is installed you'll have a command git-remote-proland
available in your PATH
to be run from any folder you are working on.
This allows git
to sync to Protocol Land repos.
git clone proland://YOUR_PROTOCOL_LAND_REPO_ID repo-name
For example, if you want to clone an example repo from protocol land, you can run:
git clone proland://ca6a9b1a-3e77-4158-9707-e079cbf1fdeb playground
0.0.5
FAQs
Git Remote Helper
The npm package @7i7o/git-remote-proland receives a total of 1 weekly downloads. As such, @7i7o/git-remote-proland popularity was classified as not popular.
We found that @7i7o/git-remote-proland 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.