Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

alexstep
Copy link

Add IPFS provider options to ipscend.json, by default set the ipfs.infura.io

Fix bug with hash in publish script - #108

Copy link
Member

@daviddias daviddias left a 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
Copy link
Member

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',
Copy link
Member

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?

Copy link
Author

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

Copy link
Author

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

@alexstep
Copy link
Author

@diasdavid yes, i am ready to join

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants