
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@aldea/mocknet
Advanced tools
A mocked blockchain environment for building on the Aldea Computer
No blocks, no consensus, just a full-featured virtual machine for validating and executing transactions and an API for fetching state from the mocked environment.
Projects created using the Aldea Starter Kit by default have the mocknet installed by default. You can run the mocknet within your starter kit project by using the command:
# using npm
npm run mocknet
# or using yarn
yarn mocknet
Alternatively, Docker users can start the mocknet in a container.
docker run -it -p '4000:4000' aldeacomputer/mocknet
Once the mocknet is running locally, hook the SDK up to use the mock environment.
import { Aldea } from '@aldea/sdk'
// Create an instance connecting to the mock node
const aldea = new Aldea('http://localhost:4000')
Aldea is open source and released under the Apache-2 License.
© Copyright 2023 Run Computer Company, inc.
FAQs
A mocked blockchain environment for building on the Aldea Computer.
The npm package @aldea/mocknet receives a total of 23 weekly downloads. As such, @aldea/mocknet popularity was classified as not popular.
We found that @aldea/mocknet demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.