Giter VIP home page Giter VIP logo

student_17_decenar's Introduction

This repository contains the implementation of the Decentralized Internet Archive realized in the context of a Master Thesis at the DEDIS laboratory at EPFL.

This repository is based on the DEDIS cothority template. It is highly experimental and still a prototype and should not be considered secure or reliable for real-world purposes.

Documentation

This project is related to an EPFL Master Thesis report which can be used as a documentation. Plancherel Nicolas, Decentralized Internet Archive, EPFL 2018. You can found it in the doc/ folder.

More documentation and examples can be found at:

  • To run and use a conode, have a look at Cothority Node with examples of protocols, services and apps

Installation

  • Install a working go environment
  • go get -u https://github.com/dedis/student_17_decenar
  • Install the dependencies (please note that the following list may be incomplete and/or redundant):
    • "gopkg.in/dedis/onet.v1"
    • "gopkg.in/dedis/onet.v1/log"
    • "gopkg.in/dedis/cothority.v1/cosi/service"
    • "gopkg.in/dedis/onet.v1/crypto"
    • "gopkg.in/dedis/onet.v1/network"
    • "gopkg.in/dedis/cothority.v1/skipchain"
    • "gopkg.in/dedis/crypto.v0/abstract"
    • "gopkg.in/dedis/crypto.v0/cosi"
    • "gopkg.in/dedis/onet.v1/app"
    • "gopkg.in/urfave/cli.v1"
    • "golang.org/x/net/html"
    • "encoding/base64"
    • "encoding/json"
    • "net/url"
    • "net/http"
    • "bytes"
    • "errors"
    • "io/ioutil"
    • "regexp"
    • "sort"
    • "strings"

Example

To test the archive installation, you can do the following:

  • cd student_17_decenar/ (go to the repository folder)
  • go install ./conode (install the conode module)
  • go install ./decenarch (install the decenarch module)
  • create a cothority with the number of nodes you want (see the cothority repository)
  • conode server -c /path/to/conode/private.toml for each conode (run the local conode)
  • decenarch k /path/to/general/public.toml (start the skipchain routine)
  • decenarch s -u "https://url.of.your.choice" /path/to/general/public.toml (save a web page)
  • decenarch r -u "https://url.of.your.choice" /path/to/general/public.toml (retrieve the saved web page
  • The last line in the terminal should indicate where the webpage was stored on your filesystem

License

All repositories for the cothority are double-licensed under a GNU/AGPL 3.0 and a commercial license. If you want to have more information, contact us at [email protected].

student_17_decenar's People

Contributors

ineiti avatar nblp avatar nikkolasg avatar jeffallen avatar

Watchers

James Cloos 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.