8000 GitHub - Elmir5403/edge: Arweave Bundler in Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Elmir5403/edge

 
 

Repository files navigation

Edge

Implementation of the Liteseed Bundler Node in Go

System Requirements

The node was tested on a system with the following specification:

  • CPU - 1GHz
  • Memory - 1GiB
  • Storage - 8GiB
  • OS - Linux

The requirements are expected to grow in the future.

Getting Started

First make a directory to store the binary

  mkdir $HOME/.edge
  cd $HOME/.edge

Fetch the latest release of edge from github.com/liteseed/edge/releases.

  wget https://github.com/liteseed/edge/latest/download/edge-linux-386

Set permission to execute the binary

  chmod +777 edge-linux-386

ExportEDGE_PATH and source your shell file

 echo 'export PATH=$HOME/.edge/edge:$PATH' >> ~/.bash_profile

About

Arweave Bundler in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.8%
  • Shell 4.9%
  • Makefile 1.9%
  • Dockerfile 0.4%
0