Merge pull request #4 from Permissionless-Software-Foundation/ct-post-office

Trying to get post office client working [WIP]
This commit is contained in:
Chris Troutner
2020-08-03 12:35:10 -07:00
committed by GitHub
3 changed files with 871 additions and 698 deletions
+10 -1
View File
@@ -6,5 +6,14 @@
module.exports = {
/* Your site config here */
plugins: ['gatsby-ipfs-web-wallet']
plugins: [
'gatsby-ipfs-web-wallet',
'bch-wallet-plugin-postoffice',
{
resolve: 'gatsby-plugin-compile-es6-packages',
options: {
modules: ['bch-wallet-plugin-postoffice']
}
}
]
}
+858 -696
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -19,8 +19,10 @@
"test": "npm run lint"
},
"dependencies": {
"bch-wallet-plugin-postoffice": "^1.0.7",
"gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.5.1"
"gatsby-ipfs-web-wallet": "^1.8.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0"
},
"repository": {
"type": "git",