
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.
@soulsolidity/registry
Advanced tools
A registry system for managing and generating metadata for DeFi zap entries.
This project provides a system to manage zap entries for various DeFi protocols across multiple blockchains. It includes:
src/
├── zap/
│ ├── builders/ # Builder classes for generating metadata
│ ├── config/ # Configuration files for chains and projects
│ ├── data-retrievers/ # Data retriever classes for fetching on-chain data
│ ├── manual-entries/ # Manual entries for various chains and protocols
│ │ ├── arbitrum/
│ │ ├── avalanche/
│ │ ├── base/
│ │ ├── bnb/
│ │ ├── linea/
│ │ └── polygon/
│ ├── types/ # TypeScript type definitions
│ ├── utils/ # Utility functions
│ └── build.ts # Main build script
# Clone the repository
git clone <repository-url>
# Install dependencies
npm install
# Build the TypeScript code
npm run build
# Generate JSON files
npm run generate
# Or run both in sequence
npm start
# For development (using ts-node)
npm run dev
To add new manual entries:
src/zap/manual-entries/
To create a new data retriever:
src/zap/data-retrievers/
DataRetriever
interfaceMIT
FAQs
Registry for zap entries
We found that @soulsolidity/registry 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
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.