You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we've migrated peer-star-app into peer-base, we need to understand what to make of peer-star.
Here is the way that I see this:
peer-base is a library
Peer-base is a library that helps you create DApps on top of IPFS. It will contain a main library (peer-base) and can contain libraries that peer-base depend on (like peer-base-discovery, for instance).
peer-star are DApp blueprints
"peer-star" stands for "peer-*" (peer-pad, peer-chess, etc.) and depends on peer-base.
Peer-star is where the blueprints for how to build DApps live. This should be the place for peer-pad, Discussify, the peer-base to-do list, etc.
Now that we've migrated peer-star-app into peer-base, we need to understand what to make of peer-star.
Here is the way that I see this:
peer-base is a library
Peer-base is a library that helps you create DApps on top of IPFS. It will contain a main library (peer-base) and can contain libraries that peer-base depend on (like peer-base-discovery, for instance).
peer-star are DApp blueprints
"peer-star" stands for "peer-*" (peer-pad, peer-chess, etc.) and depends on peer-base.
Peer-star is where the blueprints for how to build DApps live. This should be the place for peer-pad, Discussify, the peer-base to-do list, etc.
Please tell me your thoughts on this.