mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-21 16:52:03 -07:00
16 lines
450 B
JavaScript
16 lines
450 B
JavaScript
/*
|
|
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/
|
|
`
|