Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
kaizen new
To create the epic web3 integration project which is made by Portal Network**
Parameters:
-n [project-name]: this parameter is required.
__
-b [vue|react]: choose the front-end boilerplate you want, default is vue.
Output:
kaizen plugin add noia
To install NOIA SDK plugin via kaizen in project, this project should be used
kaizen new
to createdParameters:
no parameter required
Output:
kaizen plugin add bluzelle
To install Bluzelle SDK via kaizen in project, this project should be used
kaizen new
to createdParameters
-b [vue|react]: choose the front-end boilerplate you want, default is vue.
Usage
react
In react, bluzelle's sdk will wrapped and pass down through component property.
vue
In vue, bluzelle's sdk were wrapped into an object. Once you initialize bluzelle, it will be returned.
Yout can use object spread syntax to replace them into your components, or just use them like a normal object.
kaizen build
To build the kaizen's dapp, and the built code will be output into the build folder
kaizen init
To setup the configuration you need, like IPFS provider.
kaizen publish
To upload your dapp to the IPFS. You shall execute
kaizen build
before publish