All Projects β†’ eoscanada β†’ Eos Bios

eoscanada / Eos Bios

Licence: mit
DEPRECATED: use `eosc boot` now. Historically: Orchestrator for a decentralized EOS.IO blockchain network boot

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Eos Bios

Eostracker
πŸ—„EOS Tracker: Real time block explorer for EOS Blockchain
Stars: ✭ 166 (-4.05%)
Mutual labels:  blockchain, eos, eosio
Tiny.scatter
Scatter compatible eos injection library
Stars: ✭ 31 (-82.08%)
Mutual labels:  blockchain, eos, eosio
Scatter
Scatter is an in-browser ( extension ) wallet for EOS which facilitates interaction between users and dapps.
Stars: ✭ 59 (-65.9%)
Mutual labels:  blockchain, eos, eosio
Monstereos
A Tamagotchi and Battle Game for EOS Blockchain :)
Stars: ✭ 174 (+0.58%)
Mutual labels:  blockchain, eos, eosio
Advanced Eos Examples
EOS Smart Contract Development Examples
Stars: ✭ 146 (-15.61%)
Mutual labels:  blockchain, eos, eosio
Awesome Blockchain
⚑️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+441.62%)
Mutual labels:  blockchain, eos, eosio
Eosc
Cross-platform EOSIO command-line swiss-army-knife (EOS, BOS, Telos, Worbli, etc.)
Stars: ✭ 128 (-26.01%)
Mutual labels:  blockchain, eos, eosio
Awesome Eos
A curated list of awesome EOS frameworks, libraries, software and resources.
Stars: ✭ 181 (+4.62%)
Mutual labels:  blockchain, eos, eosio
Cryptokylin Testnet
EOS.io Kylin Testnet by cryptokylin.io
Stars: ✭ 140 (-19.08%)
Mutual labels:  blockchain, eos, eosio
Eos Go
EOS.IO Go API library
Stars: ✭ 531 (+206.94%)
Mutual labels:  blockchain, eos, eosio
Awesome Eos
A curated list of EOS Ecosystem by SuperONE.
Stars: ✭ 160 (-7.51%)
Mutual labels:  blockchain, eos, eosio
Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-74.57%)
Mutual labels:  blockchain, eos
Eos Mainnet
Ansible repo for setting up an EOS RPC API node and syncing to the mainnet
Stars: ✭ 45 (-73.99%)
Mutual labels:  blockchain, eos
Blockchainage
γ€ŒεŒΊε—ι“ΎζŠ€ζœ―ζŒ‡εŒ—γ€η›Έε…³θ΅„ζ–™γ€‚
Stars: ✭ 51 (-70.52%)
Mutual labels:  blockchain, eos
Eos Awesome Contracts
List of open source contracts for EOSIO blockchains
Stars: ✭ 66 (-61.85%)
Mutual labels:  eos, eosio
Blockchain
εŒΊε—ι“Ύγ€δΊ€ζ˜“ζ‰€γ€εΈη§γ€θ‡ͺεͺ’δ½“γ€ι«˜ι’‘δΊ€ζ˜“η­–η•₯
Stars: ✭ 37 (-78.61%)
Mutual labels:  blockchain, eos
Eosio Project Boilerplate Simple
This repository demonstrates the eosio platform running a blockchain as a local single node test net with a simple DApp, NoteChain.
Stars: ✭ 134 (-22.54%)
Mutual labels:  blockchain, eosio
Swiftyeos
SwiftyEOS is an open-source framework for interacting with EOS, written in Swift. Can be used on iOS and macOS.
Stars: ✭ 94 (-45.66%)
Mutual labels:  blockchain, eos
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (-21.39%)
Mutual labels:  blockchain, eos
Everipedia
πŸ”— The Everipedia Network protocol
Stars: ✭ 138 (-20.23%)
Mutual labels:  eos, eosio

EOS.IO Software-based blockchain boot tool

点击ζŸ₯ηœ‹δΈ­ζ–‡

eos-bios is a command-line tool for people who want to kickstart a blockchain using EOS.IO Software. For example:

  • Booting local development environments
  • Booting testnets
  • Booting consortium or private networks

See sample configurations.

Local development environment

Download eos-bios from the releases section here on GitHub, clone this repository and copy the bootseqs/release-v1.1 to a directory of your choice.

In directory copied, modify the base_config.ini to fit your needs. Usually, for development purposes, the bind address should be changed from 0.0.0.0 to 127.0.0.1 for config keys http-server-address, p2p-listen-endpoint, and p2p-server-address so you are not exposing you development node to the external world.

Once configuration is done, simply run:

./eos-bios boot

This gives you a fully fledged development environment, a chain loaded with all system contracts, very similar to what you will get on the main network once launched.

The sample configuration sets up a single node, as it doesn't point to other block producer candidates (skips the peers discovery).

Staged launches

We keep an updated list of the different stages launched with eos-bios here:

https://stages.eoscanada.com

Install / Download

You can download the latest release here: https://github.com/eoscanada/eos-bios/releases .. it is a single binary that you can download on all major platforms. Simply make executable and run. It has zero dependencies.

Alternatively, you can build from source with:

go get -v github.com/eoscanada/eos-bios/eos-bios

This will install the binary in ~/go/bin provided you have the Go tool installed (quick install at https://golang.org/dl)

Add -u to go get to pull updates.

Join the discussion

On Telegram through this link: https://t.me/joinchat/GSUv1UaI5QIuifHZs8k_eA (EOSIO BIOS Boot channel)

Previous propositions

See the previous, deprecated proposition in README.v1.md

See the previous previous, deprecated and never implemented proposition in README.v0.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].