mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
fix(wallet): Updating wallet library
This commit is contained in:
@@ -24,6 +24,13 @@ npm start
|
||||
npm run build
|
||||
```
|
||||
|
||||
## Publish to Filecoin
|
||||
```bash
|
||||
export FILECOIN_TOKEN=myFilecoinAPITokenFromWeb3.Storage
|
||||
npm run build
|
||||
npm run pub
|
||||
```
|
||||
|
||||
## Support
|
||||
|
||||
Have questions? Need help? Join our community support
|
||||
|
||||
+2
-1
@@ -16,7 +16,8 @@
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "standard --env mocha --fix"
|
||||
"lint": "standard --env mocha --fix",
|
||||
"pub": "node publish.js"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user