UNPKG

plugin-hedera-dex

Version:

Comprehensive Hedera DEX plugin for SaucerSwap integration with ElizaOS. Provides real-time pool data, token swapping, and complete DEX functionality on Hedera blockchain.

46 lines (38 loc) 450 B
# Source files (only include compiled dist) src/ *.ts !*.d.ts # Development files .env .env.* *.log *.tgz # Testing __tests__/ *.test.* *.spec.* coverage/ .nyc_output/ # Build tools tsconfig*.json tsup.config.ts bunfig.toml .turbo # Development dependencies node_modules/ .pnpm-store/ .yarn/ # IDE and OS .vscode/ .idea/ .DS_Store Thumbs.db # Git .git/ .gitignore # Scripts scripts/ # Keep only essential files !dist/ !README.md !package.json