Skip to content

Web3ID/terminal-blockchain

Repository files navigation

Terminal To Blockchain

A terminal in Web to Learn and Research Blockchain

why?

TL;DR: why not?

I'm a Linux enthusiast, and I tried creating something that will allow 'normal' people to have a glimpse at my world. and now implementing in Blockchain Research

Quick Start

  1. Install dependencies:
yarn install
  1. Build the project:
yarn build
  1. Run the server:
yarn start

Configuration

Here's a sample of the config.json file:

{
  "bioUrl": "https://raw.githubusercontent.com/name/repo/master/README.md",
  "social": {
    "instagram": "handle",
    "github": "username",
    "linkedin": "username"
  },
  "theme": "gruvboxdark" // list of themes available in themes.json
}

Themes

Here's a list of available themes.

Contributing

Please feel free to pull requests or log issues.

Thanks!

Forked from Yassine Fathi