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

Commit

Permalink
Removed Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRow committed Oct 11, 2020
1 parent d7e2073 commit e617cef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@

PHP libraries and tools for Nano currency

Documentation at [NanoPHP/wiki](https://github.com/MikeRow/NanoPHP/wiki)
Examples at [NanoPHP/test](https://github.com/MikeRow/NanoPHP/tree/master/test)

---

## Features

- [NanoBlock](https://github.com/MikeRow/NanoPHP/wiki/NanoBlock)
- [NanoBlock](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoBlock.php)

class for building Nano blocks

- [NanoCLI](https://github.com/MikeRow/NanoPHP/wiki/NanoCLI)
- [NanoCLI](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoCLI.php)

class for interfacing to Nano node CLI

- [NanoIPC](https://github.com/MikeRow/NanoPHP/wiki/NanoIPC)
- [NanoIPC](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoIPC.php)

class for interfacing to Nano node IPC

- [NanoRPC](https://github.com/MikeRow/NanoPHP/wiki/NanoRPC)
- [NanoRPC](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoRPC.php)

class for interfacing to Nano node RPC

- [NanoRPCExt](https://github.com/MikeRow/NanoPHP/wiki/NanoRPCExt)
- [NanoRPCExt](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoRPCExt.php)

additional functions for NanoRPC

- [NanoTool](https://github.com/MikeRow/NanoPHP/wiki/NanoTool)
- [NanoTool](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoTool.php)

class for node-independent Nano functions

- [NanoWS](https://github.com/MikeRow/NanoPHP/wiki/NanoWS)
- [NanoWS](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoWS.php)

class for interfacing to Nano node WebSocket

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,5 @@
"psr-4" : {
"MikeRow\\NanoPHP\\" : "src/"
}
},
"support" : {
"wiki" : "https://github.com/MikeRow/NanoPHP/wiki"
}
}

0 comments on commit e617cef

Please sign in to comment.