
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@ardenthq/arkvault-url
Advanced tools
A package to generate URLs compatible with ARKVault
Install the package in your project
pnpm install @ardenthq/arkvault-url
Import the builder from the package
import { URLBuilder } from "@ardenthq/arkvault-url";
Initiate the builder and generate your URL
const builder = new URLBuilder();
const url = builder.generateTransfer("recipient");
> https://app.arkvault.io/#/?method=transfer&recipient=recipient&coin=ARK&nethash=6e84d08bd299ed97c212c886c98a57e36545c8f5d645ca7eeae63a8bd62d8988
For further customizations, you can use the following methods
builder.setCoin("Custom"); // Defaults to "ARK"
builder.setNethash("0123..ef)"; // Defaults to ARK's mainnet nethash
new URLBuilder("https://your-url.com"); // Defaults to app.arkvault.io
More detailed docs will follow soon
pnpm is required to be installed before starting. It is used to manage this repo.
eslint
rules to sourcepnpm run lint
eslint
rules to testspnpm run lint:test
prettier
formattingpnpm run prettier
pnpm run test
If you discover a security vulnerability within this package, please send an e-mail to security@ardenthq.com. All security vulnerabilities will be promptly addressed.
This project exists thanks to all the people who contribute.
FAQs
URL parser and validator for ARK based networks
The npm package @ardenthq/arkvault-url receives a total of 400 weekly downloads. As such, @ardenthq/arkvault-url popularity was classified as not popular.
We found that @ardenthq/arkvault-url 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.