fix(about): Adding about JSON command

This commit is contained in:
Chris Troutner
2021-04-14 07:36:30 -07:00
parent 1e36b40ac0
commit 0abc332a80
8 changed files with 124 additions and 7 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
This file should be customized for your app. The string in this file is
displayed when a user makes the 'about' JSON RPC call.
*/
module.exports = `
This is the about string for the ipfs-service-provider repository:
https://github.com/Permissionless-Software-Foundation/ipfs-service-provider
Brought to you by the Permissionless Software Foundation:
https://PSFoundation.cash
Documentation:
https://ipfs-service-provider.fullstack.cash/
`