Coder Social home page Coder Social logo

chisel's Introduction

Chisel will implement a decentralized add-only set.

It is intended to provide a censorship-resistant highly-available system for storage and retrieval of both confidential and public data.

Potential uses

  • email hosting

  • web publishing

  • reliably logging anomalous events

  • auditable distribution of software updates

Glossary

  • Pool: a content-addressable data store

  • Scroll: an ordered set of hashes

  • ChiselSet: the decentralized writable resource. Combines a Pool, a Scroll, a write policy, and a collection of notaries

  • Notary: maintains ChiselSets and services read and write operations on them

Hacking

These instructions are not entirely tested, but might get chisel running in a virtualenv. You should use virtualenv 1.9.1 or later.

virtualenv chisel
cd chisel
venv=$(pwd)
echo "export LD_LIBRARY_PATH=$venv" >> ./bin/activate
. ./bin/activate
mkdir src && cd src
tgz_url=https://download.libsodium.org/libsodium/releases/libsodium-0.4.2.tar.gz
hash=1a7901cdd127471724e854a8eb478247dc0ca67be549345c75fc6f2d4e05ed39
tgz=$(basename $tgz_url)
curl $tgz_url > $tgz
[ "`sha256sum $tgz`" == "$h  $tgz" ] &&
tar xf libsodium-win32-0.4.2.tar.gz &&
cd libsodium-win32-0.4.2
&& ./configure --prefix=$venv && make && make install && cd ..
git clone https://github.com/leif/chisel && cd chisel
pip install requirements.txt
trial chisel

chisel's People

Contributors

hellais avatar leif 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.