An open API service indexing awesome lists of open source software.

https://github.com/banool/aptos-tools


https://github.com/banool/aptos-tools

Last synced: 8 months ago
JSON representation

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