All Projects → envelop-app → envelop-web

envelop-app / envelop-web

Licence: MIT license
🌐 Envelop web app

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to envelop-web

ui
The Blockstack design system implemented with react, styled-components, and styled-system.
Stars: ✭ 34 (-37.04%)
Mutual labels:  blockstack
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (-55.56%)
Mutual labels:  blockstack
envelop-android
🤖 Envelop Android app
Stars: ✭ 39 (-27.78%)
Mutual labels:  blockstack
Stacks Blockchain
The Stacks 2.0 blockchain implementation
Stars: ✭ 2,549 (+4620.37%)
Mutual labels:  blockstack
xenon
Markdown/Rich Text editor with a decentralized storage system | Built with Vue
Stars: ✭ 19 (-64.81%)
Mutual labels:  blockstack
sundly
💛 Encrypted & decentralized personal health records. Built on Blockstack and powered by Blockchain.
Stars: ✭ 24 (-55.56%)
Mutual labels:  blockstack
blockusign
A decentralized, encrypted document signing tool where you own and control your own documents, contracts and data. It is built on Blockstack
Stars: ✭ 48 (-11.11%)
Mutual labels:  blockstack
clarity-smart-contracts
Collection of Smart Contract for Stacks Blockchain in Clarity
Stars: ✭ 61 (+12.96%)
Mutual labels:  blockstack
lander
Your landing page on the decentralized internet
Stars: ✭ 39 (-27.78%)
Mutual labels:  blockstack
nomie5
Nomie v5 Source Code
Stars: ✭ 528 (+877.78%)
Mutual labels:  blockstack
touchbase.ai
E2E-encryption-powered Personal CRM - smartly engage more in meaningful relationships
Stars: ✭ 12 (-77.78%)
Mutual labels:  blockstack
micro-stacks
Tiny libraries for building the next generation of Stacks apps.
Stars: ✭ 56 (+3.7%)
Mutual labels:  blockstack
stacks-blockchain-api
API for the Stacks 2.0 blockchain
Stars: ✭ 117 (+116.67%)
Mutual labels:  blockstack
designs
Blockstack designs
Stars: ✭ 26 (-51.85%)
Mutual labels:  blockstack
electron-blockstack-demo
Electron + Blockstack auth demo application.
Stars: ✭ 16 (-70.37%)
Mutual labels:  blockstack
blockstack.js-old
The Blockstack JS library for identity and authentication
Stars: ✭ 20 (-62.96%)
Mutual labels:  blockstack
blockstack-browser
The Blockstack Browser
Stars: ✭ 1,130 (+1992.59%)
Mutual labels:  blockstack

Envelop

DISCLAIMER: This project is no longer being maintained

Web app 🌐 Netlify Status Build Status

Envelop - Share and upload private files easily

Share private files easily, without losing their ownership.

With Blockstack, you decide where your files are stored. Use the default storage (unlimited), or setup your own storage.

Product Hunt

Features

  • Upload a file (from the file browser or from other apps)
  • Get a short URL to share, so other can download your file
  • Delete files you no longer need or want to share

Contributing

Setup

  • Make sure ruby is available. Recommended version is 2.5.3.
  • Make sure node is available. Recommended version is v12.3.0.
  • Make sure docker and docker-compose is available.

Run containers

docker-compose up

Install ruby dependencies (for middleman):

bundle install

Install javascript dependencies:

yarn install

Start local server: (available at http://localhost:3000, ignore netlify's cli output)

npm run netlify-local

Open in browser:

http://localhost:3000

Guide

  1. Fork it ( https://github.com/envelop-app/envelop-web )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

Envelop is under MIT License.


Created by bloco.io and @joaodiogocosta.

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].