https://github.com/filenation/filenation
The simplest way to send your files around the world using IPFS. ✏️ 🗃
https://github.com/filenation/filenation
angular angular4 blockchain ipfs javascript p2p
Last synced: about 1 month ago
JSON representation
The simplest way to send your files around the world using IPFS. ✏️ 🗃
- Host: GitHub
- URL: https://github.com/filenation/filenation
- Owner: FileNation
- License: mit
- Created: 2017-08-01T08:29:37.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-23T21:54:42.000Z (7 months ago)
- Last Synced: 2024-10-29T14:19:02.732Z (7 months ago)
- Topics: angular, angular4, blockchain, ipfs, javascript, p2p
- Language: JavaScript
- Homepage: https://filenation.io/
- Size: 134 MB
- Stars: 869
- Watchers: 29
- Forks: 94
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://twitter.com/Filenation_io)
# Filenation.io
_The simplest way to send unlimited files around the world_
[Filenation](https://medium.com/@filenation/introducing-filenation-9e34b8651d89) lets you send files as a link to an email. The files cannot be censored as they are sent stored and transmitted decentralised because it uses the InterPlanetary File System (IPFS).
IPFS is a media distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.

FileNation is quite young but we already have some interesting achievements:
- Launch of the first functional version of our Product (MVP)
- First position in the Ranking of **HackerNews** (one of the most prestigious sites about technology)
- More than 600 stars in **GitHub** showing the interest of the tech community.
## Run on your own computer
If you would like to test Filenation on your own computer make sure you have Node installed and clone this repo
git clone https://github.com/Filenation/Filenation
Go into the folder and download modules:
npm i
Testrun the the App on http://localhost:4200 with:
npm start
There you go. If you later wish to build the code for production please run:
npm run prod or npm run prod:hashless
For automated angular documentation, please use:
npm run compodoc:w
## Tech Stack
**Main Framework**: [Angular](https://angular.io/) Lead: @alexsicart
**Libraries**: [IPFS](https://ipfs.io/)
**Server**: Private (Python) Lead: @polbaladas
## Contributors
We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot
[code of conduct](https://thoughtbot.com/open-source-code-of-conduct)Fork, then clone the repo:
Push to your fork and [submit a pull request](https://github.com/alexsicart/Decentralized-Cloud/pull/new/gh-pages).