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 11f12c9 commit dfe1fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

PHP libraries and tools for Pippin wallet

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

---

## Features

- [PippinCLI](https://github.com/MikeRow/PippinPHP/wiki/PippinCLI)
- [PippinCLI](https://github.com/MikeRow/PippinPHP/blob/main/src/PippinCLI.php)

class for interfacing to Pippin wallet CLI


To use Pippin RPC interface, refer to [BananoPHP/BananoRPC](https://github.com/MikeRow/BananoPHP/wiki/BananoRPC) or [NanoPHP/NanoRPC](https://github.com/MikeRow/NanoPHP/wiki/NanoRPC)
To use Pippin RPC interface, refer to [BananoPHP/BananoRPC](https://github.com/MikeRow/BananoPHP/blob/master/src/BananoRPC.php) or [NanoPHP/NanoRPC](https://github.com/MikeRow/NanoPHP/blob/master/src/NanoRPC.php)
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@
"psr-4" : {
"MikeRow\\PippinPHP\\" : "src/"
}
},
"support" : {
"wiki" : "https://github.com/MikeRow/PippinPHP/wiki"
}
}

0 comments on commit dfe1fbb

Please sign in to comment.