https://github.com/banool/aptos-tools
https://github.com/banool/aptos-tools
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/banool/aptos-tools
- Owner: banool
- License: gpl-2.0
- Created: 2025-10-10T16:47:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-10T17:24:37.000Z (8 months ago)
- Last Synced: 2025-10-11T10:51:43.945Z (8 months ago)
- Language: TypeScript
- Homepage: http://aptos-tools.dport.me
- Size: 110 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Aptos Tools
A modern suite of helpful tools for the Aptos blockchain, built with React, Vite, and Rolldown.
## Features
- 🔍 **Ledger Version Finder**: Find the ledger version closest to a specific date using binary search
- ⚡ **Lightning Fast**: Built with Rolldown, a Rust-based bundler
- 🎨 **Modern UI**: Sleek interface matching Aptos branding
- 📱 **Responsive**: Works seamlessly on all devices
## Development
### Prerequisites
- Node.js >= 20.0.0
- pnpm >= 9.0.0
### Getting Started
```bash
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Deploy to GitHub Pages
pnpm deploy
```
## Tech Stack
- **Framework**: React 18
- **Build Tool**: Vite with Rolldown
- **Package Manager**: pnpm with workspaces
- **Monorepo Tool**: Turborepo
- **Blockchain SDK**: Aptos TypeScript SDK
- **Routing**: React Router
- **Styling**: CSS Modules
## License
MIT