Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 731 Bytes

What is this for?

These are tools I'm creating for the ongoing and future projects I'm involved in. There's a certain vision for what has to be added here, and hopefully the next version of this README will expand on that.

What's Inside

dapp-tools
├── client      "EVM node client"
├── common      "Common definitions used in other packages"
├── http        "Data I/O via HTTP"
├── mobile      "Wrappers/Interfaces compatible with mobile platforms"
├── schedule    "Job scheduling and async processing"
├── ui          "User interface implementations"
├── utils       "Reusable helpers used in other packages"
└── wallet      "EVM wallet storage, TX signing, etc."