How to get useful answers to your questions

The IPFS community is growing and so do the number of questions in this forum.

To better scale our efforts and save time for those answering questions, please consider following these general guidelines for asking for help:

  • When asking for help with one of the IPFS libraries, include the name of the exact package and version of the package/library.
  • When sharing bits of code, use markdown to wrap code blocks:
    ``` javascript
    import { create } from 'ipfs-core';
    const node = await create();
    ```
    

Following these tips will likely help you get a quicker answer!

7 Likes