All Projects → ipfs → ipfs-docs

ipfs / ipfs-docs

Licence: other
📚IPFS documentation platform

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ipfs-docs

go-ipfs-recovery
Data recovery for IPFS protocol.
Stars: ✭ 16 (-91.84%)
Mutual labels:  ipfs
ipfs-action
GitHub Action for upload to IPFS. Supports Pinata, Infura pinning service as well as direct upload.
Stars: ✭ 115 (-41.33%)
Mutual labels:  ipfs
filecoin-client
Golang的轻量级filecoin客户端,支持离线签名,基本满足钱包交易所充值提现逻辑
Stars: ✭ 50 (-74.49%)
Mutual labels:  ipfs
s3x
s3x is a minio gateway providing an S3 API powered by TemporalX that uses IPFS as the data storage layer. It lets you turn any S3 application into an IPFS application with no change in application design
Stars: ✭ 85 (-56.63%)
Mutual labels:  ipfs
py-multiaddr
multiaddr implementation in Python
Stars: ✭ 27 (-86.22%)
Mutual labels:  ipfs
aragon-desktop
(Aragon 1) Managing an decentralized organization on a desktop near you
Stars: ✭ 37 (-81.12%)
Mutual labels:  ipfs
advanced-react-native-boilerplate
[DEPRECATED] React Native boilerplate including react-navigation, redux, and sagas with example Textile management.
Stars: ✭ 20 (-89.8%)
Mutual labels:  ipfs
godless
Peer-to-peer lite database over IPFS
Stars: ✭ 72 (-63.27%)
Mutual labels:  ipfs
viddist
[not functional] A completely decentralized alternative to e.g. YouTube
Stars: ✭ 22 (-88.78%)
Mutual labels:  ipfs
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+13.27%)
Mutual labels:  ipfs
pc
people's cloud: using the ideas of botnets for good
Stars: ✭ 31 (-84.18%)
Mutual labels:  ipfs
dreamlink.cloud
Static website with tools running entirely on IPFS.
Stars: ✭ 28 (-85.71%)
Mutual labels:  ipfs
field-manual
The Offical User's Guide to OrbitDB
Stars: ✭ 178 (-9.18%)
Mutual labels:  ipfs
ipfs-encrypted-share
IPFS Encrypted Share
Stars: ✭ 14 (-92.86%)
Mutual labels:  ipfs
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (-87.76%)
Mutual labels:  ipfs
js-ipfs-utils
IPFS utils
Stars: ✭ 17 (-91.33%)
Mutual labels:  ipfs
poc-ipfs
Demonstration of combining IOTA with IPFS for data storage.
Stars: ✭ 32 (-83.67%)
Mutual labels:  ipfs
awesome-orbitdb
Useful resources for using OrbitDB and building projects on it
Stars: ✭ 87 (-55.61%)
Mutual labels:  ipfs
dlux open token
DLUX distributed deterministic finite state automata. Built for HIVE to take advantage of free transactions using multi-sig and escrow for security.
Stars: ✭ 16 (-91.84%)
Mutual labels:  ipfs
S4
S4 is 100% S3 compatible storage, accessed through Tor and distributed using IPFS.
Stars: ✭ 67 (-65.82%)
Mutual labels:  ipfs

IPFS documentation logo. Build status icon. Made by icon. Project icon.

This repository organizes overall documentation issues across the IPFS project.

If you'd just like to read the IPFS docs, we recommend the website version of the info contained in this repo! https://docs.ipfs.io

Get involved

We would love ❤️ your help to improve existing items or make new ones even better! We also have bounties available!

Issues

If you find something wrong within this repository, please raise an issue here →. Unless the issue is urgent, updates will be batch-merged into main on Tuesdays or Thursdays.

Bounties

You can earn the undying love of the IPFS community and make some money by closing an issue with the bounty tag! Submissions must be production-ready and meet all the specifications listed on the issue page. Check out the current list of open bounties →

If you are attempting to close an issue, great! Thanks for the help! Please leave a comment within the issue requesting to be assigned to that issue before submitting a pull request. This minimizes the chance of multiple different contributors duplicating work by submitting pull requests for the same issue. If you submit a pull request to an issue without first being assigned to it, that pull request may not be accepted.

Suggestions

Everyone has an opinion when it comes to docs, and that's a good thing! Having folks from different backgrounds add to a discussion empowers everyone within that discussion. So if you've got something to add or would like to bring up a topic for discussion about the IPFS Docs project, please do so! Just create an issue using the kind/question tag!.

Pull requests welcome

Feel free to submit pull requests with any changes you'd like to see! If you're simply changing a typo or editing out a styling bug, you can add ciskip to the title of your pull request to stop Filecorgi from running.

Project set up

If you want to build this site locally, run the following:

  1. Clone this repository:

    git clone https://github.com/ipfs/ipfs-docs.git
  2. Move into the ipfs-docs folder and install the NPM dependencies:

    cd ipfs-docs
    npm install
  3. Boot up the application in dev mode:

    npm start
  4. Open localhost:8080 in your browser.

  5. Close the local server with CTRL + c.

  6. To restart the local server, run npm start from within the ipfs-docs folder.

Core members

License

All software code is copyright (c) Protocol Labs, Inc. under the MIT license. Other written documentation and content is copyright (c) Protocol Labs, Inc. under the Creative Commons Attribution-Share-Alike License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].