Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRow committed Oct 5, 2020
1 parent f124a99 commit 6d7a36d
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ PHP libraries and tools for Banano and Nano currencies

Documentation at [Bandano/wiki](https://github.com/MikeRow/Bandano/wiki)

### Banano features

- [BananoBlock](https://github.com/MikeRow/Bandano/wiki/BananoBlock)

class for building Banano blocks

- [BananoCLI](https://github.com/MikeRow/Bandano/wiki/BananoCLI)

class for interfacing to Banano node CLI

- [BananoIPC](https://github.com/MikeRow/Bandano/wiki/BananoIPC)

class for interfacing to Banano node IPC

- [BananoRPC](https://github.com/MikeRow/Bandano/wiki/BananoRPC)

class for interfacing to Banano node RPC

- [BananoRPCExt](https://github.com/MikeRow/Bandano/wiki/BananoRPCExt)

additional functions for BananoRPC

- [BananoTool](https://github.com/MikeRow/Bandano/wiki/BananoTool)

class for node-independent Banano functions

- [BananoWS](https://github.com/MikeRow/Bandano/wiki/BananoWS)

class for interfacing to Banano node WebSocket

### Nano features

- [NanoBlock](https://github.com/MikeRow/Bandano/wiki/NanoBlock)
Expand Down Expand Up @@ -42,8 +72,8 @@ Documentation at [Bandano/wiki](https://github.com/MikeRow/Bandano/wiki)

## To do ...

- Add support to NanoBlock for Epoch v2
- Add support to NanoWS for FlatBuffers
- Add support to BananoBlock/NanoBlock for Epoch v2
- Add support to BananoWS/NanoWS for FlatBuffers
- Increase FlatBuffers performances
- Enable listening on IPC
- Allow different mnemonic words counts
Expand Down

0 comments on commit 6d7a36d

Please sign in to comment.