Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Lenster | 21,201 | 4 hours ago | 72 | agpl-3.0 | TypeScript | |||||
Lenster is a decentralized and permissionless social media app built with Lens Protocol 🌿 | ||||||||||
Gun | 17,345 | 246 | 153 | a month ago | 236 | December 23, 2022 | 296 | other | JavaScript | |
An open source cybersecurity protocol for syncing decentralized graph data. | ||||||||||
Full Blockchain Solidity Course Py | 10,031 | 3 months ago | 215 | mit | ||||||
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition | ||||||||||
Wtf Solidity | 8,237 | 2 days ago | 11 | other | Solidity | |||||
我最近在重新学solidity,巩固一下细节,也写一个“WTF Solidity极简入门”,供小白们使用,每周更新1-3讲。官网: https://wtf.academy | ||||||||||
Mist | 7,271 | 1 | 3 years ago | 16 | January 25, 2018 | 788 | gpl-3.0 | JavaScript | ||
[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network. | ||||||||||
Ethers.js | 7,039 | 26 | 2 days ago | 6 | April 11, 2023 | 436 | mit | TypeScript | ||
Complete Ethereum library and wallet implementation in JavaScript. | ||||||||||
Ethereum Org Website | 4,347 | 3 hours ago | 372 | mit | Markdown | |||||
Ethereum.org is a primary online resource for the Ethereum community. | ||||||||||
Lenstube | 4,176 | 4 hours ago | 33 | agpl-3.0 | TypeScript | |||||
Decentralized video-sharing social media platform, built using Lens protocol. 🌿 | ||||||||||
Free Web3 Resources | 3,381 | 18 days ago | 20 | mit | CSS | |||||
A list of FREE resources to make Web3 accessible to everyone. | ||||||||||
Typechain | 2,621 | 69 | 2,485 | 6 days ago | 84 | July 24, 2023 | 113 | mit | TypeScript | |
🔌 TypeScript bindings for Ethereum smart contracts |
Hive is a Graphene-based social blockchain that was created as a fork of Steem and born on the core idea of decentralization. Originally, Hive was announced on the Steem blockchain prior to the initial token airdrop. Hive did not have any ICO or mining period.
The Hive blockchain removes the elements of centralization and imbalanced control that plagued the Steem blockchain. Since it’s launch on March 20, 2020, Hive is growing and evolving day by day. Hive's prime selling points are its decentralization, 3 second transaction speed and ability to handle large volumes. It is ideal real estate for a variety of innovative projects focused on a broad range of fields, from open source development to games.
Hive serves as the operational home for all kinds of projects, companies, and applications. Having a highly active and passionate community, Hive has become a thriving atmosphere for new and experienced developers to quickly bootstrap their applications. On top of this, Hive is extremely rewarding to content creators and curators alike.
The technical development of the Hive blockchain itself is carried out by the founding decentralized group of over 30 open source developers, many of whom were instrumental in creating Steem back in 2016, and supported by a growing community of additional open source developers and witnesses.
Getting started with Hive is fairly simple. You can either choose to use pre-built docker-images, build with docker manually, or build from source directly. All steps have been documented and while many different OS are supported, the easiest one is Ubuntu 22.04 LTS.
Just want to get up and running quickly? We have pre-built Docker images for your convenience. More details are in our Quickstart Guide.
We strongly recommend using one of the pre-built Docker images or using docker to build Hive. Both of these processes are described in the Quickstart Guide.
But if you would still like to build from source, we also have build instructions for Linux (Ubuntu LTS).
Building a hived docker image is described here: Building under Docker
If you'd like to use our already pre-built official binary images, it's as simple as downloading it from the Dockerhub registry with only one command:
docker pull hiveio/hive
A script is available that wraps a docker run
statement and emulates direct hived usage: run_hived_img.sh. This script is the recommended way to launch the hived docker container:
General usage: run_hived_img.sh <docker_img> [OPTION[=VALUE]]... [<hived_option>]...
Read more about using run_hived_img.sh in various scenarios.
We provide a basic cli wallet for interfacing with hived
. The wallet is self-documented via command line help. The node you connect to via the cli wallet needs to be running the account_by_key_api
, condenser_api
, database_api
, account_history_api
, wallet_bridge_api
plugins and needs to be configured to accept WebSocket connections via webserver-ws-endpoint
.
The cli_wallet offers two operating modes:
--rpc-http-endpoint
, --daemon
, --rpc-http-allowip
options for details.To prepare transactions, you need to execute a few setup steps in the cli_wallet:
Keys and password are stored in the wallet.json file.
See doc/devs/testing.md for testing build targets and info on how to use lcov to check code coverage of tests.
Run hived
once to generate a data directory and a config file. The default data directory location is ~/.hived
. Kill hived
. If you want to modify the config to your liking, we have example config used in the docker image. All options will be present in the default config file and there may be more options that need to be changed from the docker configs (some of the options actually used in images are configured via command line).
A list of some seed nodes to get you started can be found in doc/seednodes.txt.
This same file is baked into the docker images and can be overridden by
setting HIVED_SEED_NODES
in the container environment at docker run
time to a whitespace-delimited list of seed nodes (with port).
Running a Hive consensus node requires the following hardware resources:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.