Initial commit: libp2p-native-bridge package
- Extracted libp2p component from main app - Created modular package structure with interfaces and implementations - Added dependency injection for NativeModules - Configured for IOR loading from Gitea - Added comprehensive README and documentation
This commit is contained in:
6
interfaces/index.ts
Normal file
6
interfaces/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Export all interfaces
|
||||
*/
|
||||
|
||||
export * from './ILibp2pComponent';
|
||||
export * from './types';
|
||||
Reference in New Issue
Block a user