All Projects → ciri-ethereum → ciri-p2p

ciri-ethereum / ciri-p2p

Licence: MIT License
ciri-p2p is a DevP2P implementation, we also seek to implement LibP2P components upon ciri-p2p codebase in the future.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to ciri-p2p

dpos
A Simple DPoS Algorithm, Use go-libp2p implement.
Stars: ✭ 45 (+114.29%)
Mutual labels:  libp2p, p2p-network
xdagj
XDAGJ is an implementation of XDAG in Java. https://xdag.io
Stars: ✭ 81 (+285.71%)
Mutual labels:  libp2p, p2p-network
obyte-hub
Hub for Obyte network
Stars: ✭ 17 (-19.05%)
Mutual labels:  p2p-network
go-libp2p-tor-transport
🚧 WIP: tor transport for libp2p
Stars: ✭ 41 (+95.24%)
Mutual labels:  libp2p
sharding-p2p-poc
Proof of Concept of Ethereum Serenity Peer-to-Peer Layer on libp2p PubSub System
Stars: ✭ 35 (+66.67%)
Mutual labels:  libp2p
learnp2p
https://learnp2p.org
Stars: ✭ 22 (+4.76%)
Mutual labels:  libp2p
py-multiaddr
multiaddr implementation in Python
Stars: ✭ 27 (+28.57%)
Mutual labels:  libp2p
nebula-crawler
🌌 A libp2p DHT crawler, monitor, and measurement tool that exposes timely information about DHT networks.
Stars: ✭ 97 (+361.9%)
Mutual labels:  libp2p
js-libp2p-noise
Noise libp2p handshake for js-libp2p
Stars: ✭ 21 (+0%)
Mutual labels:  libp2p
js-libp2p-gossipsub
JavaScript implementation of Gossipsub
Stars: ✭ 76 (+261.9%)
Mutual labels:  libp2p
go-ipfs-recovery
Data recovery for IPFS protocol.
Stars: ✭ 16 (-23.81%)
Mutual labels:  libp2p
microsocial
Microsocial is an experimental social platform that takes a peer-to-peer approach to social media.
Stars: ✭ 21 (+0%)
Mutual labels:  p2p-network
p2p-cdn-sdk-android
Free p2p cdn android github sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - 🚀 Vadootv 🚀
Stars: ✭ 39 (+85.71%)
Mutual labels:  p2p-network
JeChain
Node for JeChain - an experimental smart contract blockchain network
Stars: ✭ 177 (+742.86%)
Mutual labels:  p2p-network
borg
Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
Stars: ✭ 25 (+19.05%)
Mutual labels:  libp2p
ministun
A zero dependency STUN server
Stars: ✭ 26 (+23.81%)
Mutual labels:  p2p-network
Decentra-Network
This is an open source decentralized application network. In this network, you can develop and publish decentralized applications.
Stars: ✭ 58 (+176.19%)
Mutual labels:  p2p-network
bittensor
Internet-scale Neural Networks
Stars: ✭ 97 (+361.9%)
Mutual labels:  p2p-network
hydra-booster
A DHT Indexer node & Peer Router
Stars: ✭ 56 (+166.67%)
Mutual labels:  libp2p
devgrants
want to hack on libp2p? this repo tracks libp2p endeavors eligible for incentivization.
Stars: ✭ 35 (+66.67%)
Mutual labels:  libp2p

Ciri::P2P

Build Status

P2P network implementation for Ciri Ethereum.

ciri-p2p is a DevP2P implementation, we also seek to implement LibP2P components upon ciri-p2p codebase in the future.

Installation

Install dependencies

Ciri P2P depend on secp256k1 to handle crypto signature and depend on snappy to compress data.

Build and install secp256k1

cd ciri
git submodule init && git submodule update
rake install:secp256k1

On Mac you can install snappy with homebrew

brew install snappy

For linux users, remember to check Dockerfile instructions for hint.

then run tests:

bundle exec rake spec

Install as Gem

Add this line to your application's Gemfile:

gem 'ciri-p2p'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ciri-p2p

Usage

Check spec directory, especially server_spec.rb.

Examples

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ciri-ethereum/ciri-p2p. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Ciri::P2p project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

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].