- https://philes.co - Decentralized notepad app
- https://d.tube - Censorless forever YouTube. Videos stay forever!
- https://busterlabs.github.io/Partyshare/ - p2p dropbox
- https://syncthing.net - Decentralized dropbox
- https://textile.io - js/dart framework for Decentralized database and IPFS-based storage
- https://github.com/TroyWilson1/ipfs-add-from-encrypted - A tool to encrypt the file and upload to ipfs
- https://ipfs.talaikis.com/upload - Decentralized anonymous Image upload
- https://scuttlebutt.nz/ - Decentralized social network
- https://social.network/ - Decentralized social network with wallet and e2e chats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Configuration file for Synapse. | |
| # | |
| # This is a YAML file: see [1] for a quick introduction. Note in particular | |
| # that *indentation is important*: all the elements of a list or dictionary | |
| # should have the same indentation. | |
| # | |
| # [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html | |
| ## Server ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basePath" : "/", | |
| "consumes" : [ "application/json" ], | |
| "host" : "matrix.social.network", | |
| "info" : { | |
| "title" : "Matrix Client-Server API", | |
| "version" : "r0.6.1" | |
| }, | |
| "paths" : { | |
| "/_matrix/client/r0/account/3pid" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi" : "3.0.0", | |
| "info" : { | |
| "title" : "Matrix Client-Server API", | |
| "version" : "r0.6.1-oas3" | |
| }, | |
| "servers" : [ { | |
| "url" : "https://matrix.org/" | |
| } ], | |
| "paths" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type Query { | |
| """ | |
| Gets a list of the third party identifiers that the homeserver has | |
| associated with the user's account. | |
| This is *not* the same as the list of third party identifiers bound to | |
| the user's Matrix ID in identity servers. | |
| Identifiers in this list may be used by the homeserver as, for example, | |
| identifiers that it will accept to reset the user's account password. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AttributeTransaction": { | |
| "signature": "Signature", | |
| "name": "Vec<u8>", | |
| "value": "Vec<u8>", | |
| "validity": "u32", | |
| "signer": "AccountId", | |
| "identity": "AccountId" | |
| }, | |
| "Attribute": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "global": { | |
| "content": [ | |
| { | |
| "actions": [ | |
| "notify", | |
| { | |
| "set_tweak": "sound", | |
| "value": "default" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Visual Experience Desgiern Hourly Contract | |
| Date: 7 Sept 2021 | |
| Between Lara Gavriely | |
| and Qalqi Innovation Labs Private Limited | |
| ## Summary | |
| It’s best to have a few simple things written down so that we’re all on the same page. In this contract you won’t find complicated legal terms or large passages of unreadable text. We have no desire to trick you into signing something that you might later regret. We do want what’s best for the safety of both parties, now and in the future. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| object : Objects in JavaScript, just as in many other programming languages, can be compared to objects in real life. | |
| The concept of objects in JavaScript can be understood with real life, tangible objects. | |
| In JavaScript, an object is a standalone entity, with properties and type. Compare it with a cup, | |
| Creating a JavaScript Object | |
| Example 1 : | |
| */ | |
| const person = {firstName:"John", lastName:"Doe", age:50 }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dfx identity --network ic set-wallet --force m6ayk-vaaaa-aaaai-aalk?-cai |