rchain-community / rchain-api

An API for rchain dapps to communicate with the blockchain
Other
22 stars 12 forks source link

release rchain-api with example apps as JS SDK? #48

Open dckc opened 5 years ago

dckc commented 5 years ago

Together with nth-caller and Rchain-Status, we would have a javascript SDK of sorts.

use git submodules? git subtrees?

See also: sdk tickets in core dev team JIRA.

previously: https://github.com/rchain/rchain-api/issues/23 Oct 19

JoshOrndorff commented 5 years ago

I love the idea of an SDK like truffle. I think rhopm and npm run fresh spun off into a standalone util would fit well in an SDK. I guess the examples serve as examples of the whole sdk, not just writing RChain dApps.

I don't like the idea of merging it all into one repo though. Maybe the best idea is to have a new repo for the SDK and it submodules all the tools and examples?

Or maybe the big index should just be a webpage that links to the existing tool repos. Kinds unix philosophy that way.

justinmeiners commented 5 years ago

Im with @JoshOrndorff I would prefer separate repos. I also have not had good luck with submodules.

dckc commented 5 years ago

57 heads in this direction somewhat.