mirror of
https://github.com/luxfi/trace.git
synced 2026-07-27 01:48:15 +00:00
55 lines
698 B
Markdown
55 lines
698 B
Markdown
# trace
|
|||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
Go package for Lux blockchain - trace
|
||
|
|
|
||
|
|
## Package Information
|
||
|
|
|
||
|
|
- **Type**: go
|
||
|
|
- **Module**: github.com/luxfi/trace
|
||
|
|
- **Repository**: github.com/luxfi/trace
|
||
|
|
|
||
|
|
## Directory Structure
|
||
|
|
|
||
|
|
```
|
||
|
|
.
|
||
|
|
```
|
||
|
|
|
||
|
|
## Key Files
|
||
|
|
|
||
|
|
- exporter_type_test.go
|
||
|
|
- exporter_type.go
|
||
|
|
- exporter.go
|
||
|
|
- go.mod
|
||
|
|
- noop.go
|
||
|
|
- tracer.go
|
||
|
|
|
||
|
|
## Development
|
||
|
|
|
||
|
|
### Prerequisites
|
||
|
|
|
||
|
|
- Go 1.21+
|
||
|
|
|
||
|
|
### Build
|
||
|
|
|
||
|
|
```bash
|
||
|
|
go build ./...
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```bash
|
||
|
|
go test -v ./...
|
||
|
|
```
|
||
|
|
|
||
|
|
## Integration with Lux Ecosystem
|
||
|
|
|
||
|
|
This package is part of the Lux blockchain ecosystem. See the main documentation at:
|
||
|
|
- GitHub: https://github.com/luxfi
|
||
|
|
- Docs: https://docs.lux.network
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
*Auto-generated for AI assistants. Last updated: 2025-12-24*
|