
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@polymathnetwork/confidential-identity-nodejs
Advanced tools
The wasm library for confidential identity.
This library provides WASM binding for Confidential Identity Library. The Rust code can be found at polymath CIL library and the source code for the wasm bindings can be found at [WASM bindings][wasm-src].
After importing the content of this package in your javascript project, you
can call the process_create_cdd_id
function to create the CDD ID. The
documentation for this function can be found by running cargo doc --open
in the Rust directory.
After importing the content of this package in your javascript project, you
can call the process_create_claim_proof
function to create a
confidential proof for their claim. The documentation for this function
can be found by running cargo doc --open
in the Rust directory.
This is not supported since the verification is handled by PolyMesh.
For comprehensive build instructions, refer to the README.md file in the root of the repository.
If you have all the necessary tools installed, you can build the wasm bindings using the following commands.
# If your active toolchain is stable, then run
rustup run nightly wasm-pack build --release
# If your active toolchain is nightly, then you can use the simpler version and run
wasm-pack build --release
This will create the bindings in ./pkg/
directory. You can import
these into any javascript-based project using a wasm-loader.
Note that the name in the package.json
file will be "confidential-identity".
But, in order to properly publish the package, the name should be changed to
@polymathnetwork/confidential-identity
.
FAQs
The wasm library for confidential identity.
We found that @polymathnetwork/confidential-identity-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.