-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IPFS provider options to ipscend.json #110
base: master
Are you sure you want to change the base?
Conversation
…fura.io Fix bug with hash in publish script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the bug fix @alexstep :)
I see that you started your own fork, would you like to join efforts?
|
||
Install via npm | ||
|
||
``` | ||
$ npm install ipscend --global | ||
$ npm install alexstep/ipscend --global |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you like to merge efforts? :)
@@ -17,6 +17,12 @@ module.exports = Command.extend({ | |||
|
|||
function bootstrap () { | |||
var config = { | |||
provider:{ | |||
host: 'ipfs.infura.io', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does Infura have R+W nodes always available?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diasdavid yes, infura has good uptime http://status.infura.io/2286441
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is default config, for users can install and use, they allways can change provider in ipscend.json
@diasdavid yes, i am ready to join |
Add IPFS provider options to ipscend.json, by default set the ipfs.infura.io
Fix bug with hash in publish script - #108