GithubHelp home page GithubHelp logo

oxyo / iota1k Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xx10t4/iotalk

0.0 2.0 0.0 623 KB

iota1k is a privacy-minded messaging system built on the IOTA Tangle. Messages are encrypted so only the intended recipient can read them.

License: GNU General Public License v3.0

CSS 5.03% HTML 10.01% JavaScript 84.96%

iota1k's Introduction

iota1k

iota1k is a privacy-minded messaging system built on the IOTA Tangle. Each message is a transaction bundle stored in the Tangle, just like a value transfer. Messages are encrypted so only the intended recipient can read them. iota1k provides an easy way for users to create a public key that also act as a message address. Other users can send encrypted messages to that address, and only the recipient can read it.

This is currently very alpha-quality software. Please report issues on github. For extra safety I recommend not using an IOTA seed that has any value right now.

Running Unpackaged

iota1k is built on Electron and Node. NPM or Yarn need to be intalled to run it.

cd path/to/iota1k
# install and build dependencies
yarn
# run the app
yarn run start

# or with NPM 
npm
npm run start

Packaging

Right now binaries have only been compiled for linux and Windows 10. There is no reason it should not be compileable on OSX, but that has not been tested yet (pull requests welcome):

    # pre-steps needed to compile to linux
    sudo apt install graphicsmagick
    sudo apt-get install g++-multilib
    cd path/to/iota1k/
    npm run compile:lin

    # needed to compile on Windows 10 - run this command in gitbash as an Administrator
    npm install --global --production windows-build-tools
    cd path/to/iota1k/
    npm run compile:win

iota1k's People

Contributors

dhughesbc avatar xx10t4 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.