Skip to content
#

libp2p

Here are 171 public repositories matching this topic...

js-ipfs
berty
aeddi
aeddi commented Nov 27, 2020

Arrange the app's common assets neatly in the js/assets folder with sub-folders named by type:

  • fonts
  • audio (e.g notification sounds)
  • images (e.g default avatar)
  • etc...

And properly wire the different layers of the app (js/RN, iOS and Android) so that they can access them. For example: add a "Build Phase" in XCode that copies the sound files of the notifications to the IPA.

Note: An

aeddi
aeddi commented Sep 19, 2019

Replace gomobile logger (GoLog) by a better binding for ipfs-go-log -> native logger.

Currently, all logs including their metadata are displayed by native logger as a plain text string with GoLog as namespace/tag and error as level. Logs are less readable, filterable, sortable, etc...

We need to forward each metadata (level, namespace, timestamp, etc...) and the log itself from ipfs-go-log t

Improve this page

Add a description, image, and links to the libp2p topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libp2p topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.