Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Proposal Feedback #2

Open
gatoWololo opened this issue Nov 9, 2018 · 3 comments
Open

Proposal Feedback #2

gatoWololo opened this issue Nov 9, 2018 · 3 comments

Comments

@gatoWololo
Copy link

Oooh, I really like this project. I know just the basics about cryptocurrencies and blockchains, and had no idea about substrate. So I'm excited to see how it works out for you guys!

@zixuanzh
Copy link
Contributor

zixuanzh commented Nov 9, 2018

@gatoWololo we did a little bit of deep dive into Substrate today. It provides core components of any blockchains, consensus, networking, client nodes. Developers can then build custom logic module on top of it. We are planning to build a well-tested bridge module. This involves working with their relatively complex API. Substrate is also very general purpose so we are working with generics and traits a lot.

Question tho, i dont think we can fork into this repo. Should we just copy the code from substrate in our initial commit with credit and then build on top of it?

Their repo is at paritytech/substrate. Thanks!

@gatoWololo
Copy link
Author

Yeah, you can just clone their repo into your local final-project repo, and push it.

Do you need to develop on top of the substrate repo? Or is it just a crate you include in your project. Whichever way, do what needs to be done!

@zixuanzh
Copy link
Contributor

Just pushed it to our repo, we will be building a custom component within the substrate repo. Thanks!

@zixuanzh zixuanzh reopened this Nov 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants