Particle-Network / particle-ios

Particle iOS SDK
https://particle.network
Apache License 2.0
17 stars 3 forks source link

Very nice work, just a question, is Particle Network fully open source? #5

Closed johnnynanjiang closed 6 months ago

SunZhiC commented 7 months ago

iOS part is not open source.

johnnynanjiang commented 7 months ago

Thanks @SunZhiC

It is understandable that iOS client is not open source, just wonder is there a list of all the open source parts.

e.g. we would like to build a crypto wallet based on Particle Network, and hopefully the underlying infrastructures are open source.

SunZhiC commented 7 months ago

Thanks @SunZhiC

It is understandable that iOS client is not open source, just wonder is there a list of all the open source parts.

e.g. we would like to build a crypto wallet based on Particle Network, and hopefully the underlying infrastructures are open source.

Flutter part, react native part and unity part are open source, all the bridge files which pass messages from them to iOS or pass messages back are open source. All iOS parts are XCFramework, it means close source.