0.0.1-test.19 • Published 6 months ago
@soulsolidity/registry v0.0.1-test.19
Zap Registry
A registry system for managing and generating metadata for DeFi zap entries.
Overview
This project provides a system to manage zap entries for various DeFi protocols across multiple blockchains. It includes:
- Type definitions for zap entries
- Manual entry system for defining zap entries
- Data retrieval system for fetching on-chain data
- Build pipeline for generating final JSON files
Project Structure
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 scriptGetting Started
Prerequisites
- Node.js (v16 or later)
- npm or yarn
Installation
# Clone the repository
git clone <repository-url>
# Install dependencies
npm installUsage
# 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 devAdding New Entries
To add new manual entries:
- Navigate to the appropriate chain directory under
src/zap/manual-entries/ - Create or modify files for the specific protocol and entry type
- Follow the existing patterns for defining entries
Building Custom Data Retrievers
To create a new data retriever:
- Create a new file in
src/zap/data-retrievers/ - Implement the
DataRetrieverinterface - Add your data retriever to the appropriate builder
License
MIT
0.0.1-test.19
6 months ago
0.0.1-test.18
6 months ago
0.0.1-test.17
7 months ago
0.0.1-test.16
7 months ago
0.0.1-test.15
7 months ago
0.0.1-test.14
7 months ago
0.0.1-test.13
7 months ago
0.0.1-test.12
7 months ago
0.0.1-test.11
7 months ago
0.0.1-test.10
7 months ago
0.0.1-test.9
7 months ago
0.0.1-test.8
7 months ago
0.0.1-test.7
7 months ago
0.0.1-test.6
7 months ago
0.0.1-test.5
7 months ago
0.0.1-test.4
7 months ago
0.0.1-test.3
9 months ago
0.0.1-test.2
9 months ago
0.0.1-test.1
9 months ago
0.0.1-test.0
9 months ago