Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
b67e4c9a
Commit
b67e4c9a
authored
Jan 21, 2020
by
Janos Guljas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README.md
parent
95523d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
README.md
README.md
+15
-5
No files found.
README.md
View file @
b67e4c9a
# Swarm Bee
#
Ethereum
Swarm Bee
This is an experiment to abstract libp2p as underlay networking for Ethereum Swarm.
This is an experiment to abstract libp2p as underlay networking for Ethereum Swarm.
Work in progress. This is
by no means
the final abstraction.
Work in progress. This is
not
the final abstraction.
## Usage
## Install
```
sh
make binary
cp
dist/bee /usr/local/bin/bee
```
Docker image
`janos/bee`
.
## Usage (experimental api)
Execute the commands in two terminals to start
`node 1`
and
`node 2`
:
Execute the commands in two terminals to start
`node 1`
and
`node 2`
:
```
sh
```
sh
go run ./cmd/
bee start
--listen
:8501
bee start
--listen
:8501
```
```
```
sh
```
sh
go run ./cmd/
bee start
--listen
:8502
bee start
--listen
:8502
```
```
Copy one of the multiaddresses from one running instance.
Copy one of the multiaddresses from one running instance.
...
@@ -49,3 +58,4 @@ Ping pong messages should be exchanged from `node 1` (listening on `PORT1`) to `
...
@@ -49,3 +58,4 @@ Ping pong messages should be exchanged from `node 1` (listening on `PORT1`) to `
-
Identity with private keys
-
Identity with private keys
-
Figure out routing (whether to use libp2p Routing or to abstract hive on top of p2p package)
-
Figure out routing (whether to use libp2p Routing or to abstract hive on top of p2p package)
-
Listener configurations (ipv4, ipv6, dns, tcp, ws, quic)
-
Listener configurations (ipv4, ipv6, dns, tcp, ws, quic)
-
Instrumentation: logging, metrics, tracing, pprof...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment