Skip to content
/ simbel Public

Simbel - Ethereum Operating System for Knowledge Creation and Sharing

License

Notifications You must be signed in to change notification settings

osmode/simbel

Repository files navigation

Simbel - Ethereum Operating System

For Raspbian, Ubuntu, and Mac OS X.

What is Simbel?


Simbel is an Ethereum Operating System for Knowledge Creation and Sharing

  • Transfer value and information across Ethereum networks

  • Abstract creation of GUI interfaces for Ethereum contracts

  • Deploy and manage Ethereum networks

  • Interface with the Interplanetary File System (IPFS) to minimize on-chain storage

Whitepaper

On the economics of knowledge creation and sharing

Mission Statement

Our goal is to build open economies for information exchange within and among organizations.

Universal Consensus Time

Simbel sets network time through consensus among Simbel network partipants. The clock on the home screen displays the Universal Consensus Time.

Your Contract Here

Abstract graphical interfaces for your own Solidity contracts using Python, Javascript, and other frameworks.

The Manifesto contract is an example of a contract that allows participants to create a manifesto through a transparent voting process. Anyone can submit and vote on proposals. To interface with your own custom voting contracts (on any Ethereum network), simply replace the default Manifesto.sol address with your contract's address.

Why Simbel?

Simbel combines the benefits of private Ethereum networks with the benefits of the Ethereum main network. Simbel allows Ethereum applications to run cheaply and securely on private Ethereum networks while enabling their integration with the main Ethereum network. The result is greatly reduced development and operational costs associated with private Ethereum networks, combined with the ability to transfer value and information among the main Ethereum network and private Ethereum networks.

Quickstart

Simbel, the Simbel Installer, and the Simbel Network Utility currently support Ubuntu MATE (Raspberry Pi), Ubuntu 16.04, and Mac OS X.

Downlod or clone this repository to your machine, and navigate to that directory. Run these commands carefully and in order:

  1. Permissions

Allow execution of installation and network deployment scripts. Allow execution of the Go Ethereum client (binary optimized for ARM architecture).

chmod +x *.sh geth
  1. Installation

Run installation script.

./install.sh

This will install the necessary dependencies your machine needs to run Simbel. The installation process can take a long time depending on what's already installed on your machine. The installer will explicitly ask for permission to install each dependency via yes/no prompts. You will be prompted to enter your system password before performing actions that require superuser privileges.

  1. Start Simbel

Use the Simbel Networking Utility to create and manage Ethereum accounts and start the Simbel Command Line Interface (CLI).

./snu.sh

To start Twin Peaks, Simbel's Graphical User Interface, run:

python3 gui.py

Directory structure

The directory structure is important because Simbel and the Simbel Networking Utility look for certain files in certain directories. Your application will look something like this:

/simbel
	*geth* (binary)

	README.md
	install.sh
	snu.sh
	deploy.sh
	log_nodeInfo.sh
	load_mainnet.sh
	load_simbel.sh 

	/simbel
		genesis.json
		simbel.py
		bcinterface.py
		fsinterface.py
		ipfs.py
		main.py
		manifestointerface.py
		nfointerface.py
		nodeInfo.ds

		/data
			/geth 
			/keystore
			static-nodes.json
	
		/nfo
			eth_addresses.ds
		
		/source
			simbel.sol
			manifesto.sol
			nfocoin.sol

		/images
		/docs
			CODE_OF_CONDUCT.md
			CONTRIBUTING.md
			ISSUE_TEMPLATE.md
			PULL_REQUEST_TEMPLATE.md

Save Ethereum contracts in the source directory with the .sol extension.

geth is the only binary in the repository and is optimized for Raspberry Pi-optimized (ARM architecture).

SHA256SUM: 188a17aadaebfd08b3ea7a03299bc5ff56929d7f250bd390803ee610a05f2487

MD5SUM db8c28e38ee338b8ff8ac5a77cd9b052

NFO Coin

NFO Coin is the utility token that powers Simbel, enabling the exchange of information and value across Ethereum networks. NFO Coin is based on the ERC20 standard. The NFO ABI and contract are located in the source directory and can be directly inspected at address 0x3100047369b54c34042B9DC138C02A0567D90A7a on the Ethereum main network.

totalSupply: 10,000,000

tokenName: NFO Coin

tokenSymbol: NFO

There are 10,000,000 NFO Coin in circulation, which can be exchanged for Ether at a rate of 1,000 NFO Coin per 1 Ether.

NFO Coin and Ether can be exchanged using the Simbel client, which can be launched by running

python3 gui.py 

Contribute

Please take a look at our contribution documentation for information on how to report bugs, suggest enhancements, and contribute code. If you or your organization use Simbel to do something that would otherwise be impossible using traditional system, please share your experience!

Code of conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. Read the full Contributor Covenant.

Prerequisites

This project builds on work by the Ethereum, web3.py, IPFS and py-ipfs communities.

The Simbel Installer, which currently supports Ubuntu 16.04 and Mac OS, installs all dependencies (including the Go Ethereum client).

License

MIT License

About

Simbel - Ethereum Operating System for Knowledge Creation and Sharing

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published