cryptotuxorg / cryptotux

Linux images for crypto & blockchain education and development
https://cryptotux.org
19 stars 9 forks source link
bitcoin bitcoin-wallet corda crypto cryptoassets developer-tools ethereum hyperledger linux ubuntu

Cryptotux

Cryptotux is a Linux image preconfigured with tools for cryptoassets, blockchains and Distributed Ledger Technologies. It has been conceived to be an educational tool and a development environment.

Cryptotux is currently supplied as .ova images that can be directly imported into Virtualbox (6.X+) and VMWare. This allows to jump-start workshops directly to code or to test new nodes in an isolated manner. It can also be directly installed on a server or on Windows Subsystem for Linux.

Username is bobby, password is bricodeur.

screenshot

Use with docker

Build the image

docker build -t cryptotux .

Run the image

docker run -it cryptotux:latest

Install the easy visual way with VirtualBox

For the desktop version, keyboard layout and screen resolution can be changed with the icons at the bottom-right corner. Left-click the flag to go through default options. Right-click and "keyboard layout handler" to add more options.

keyboard

Usage and connection

You can now interact with the virtual machine :

Install on top of an existing configuration

You can install Cryptotux on top of an existing Ubuntu local install, Windows Subsystem for Linux or on a server by typing:

wget -qO - https://raw.githubusercontent.com/cryptotuxorg/cryptotux/master/install-server.sh | bash

It has been tested on Ubuntu 20.04. Don't do this on a production machine. For details on Windows Subsystem for Linux, see install on WSL.

Development

Cryptotux is build with Packer, Ansible and Vagrant. To build the image and to contribute, see contribute

Authors

Xavier Lavayssière (:octocat: 🐦)

Alexandre Kurth (:octocat: 🐦)

Contributors