zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
169 stars 109 forks source link

Add a single command binary install #1447

Open fadeev opened 11 months ago

fadeev commented 11 months ago

I'm thinking about a section in the docs where regular but technically capable users will be using the node binary to do simple things like sending and delegating tokens. For this to be a more streamlined process, I think it would be great to have a single-command installation process for the node.

In the past I had a pretty good experience with https://github.com/jpillora/installer

The idea is that you should be able to install the binary like this:

curl https://get.zetachain.com/node | bash

It also supports intalling specific versions, which is quite useful as well.

It will automatically detect OS, download the binary and install it in the right directory.

fadeev commented 11 months ago

@CharlieMc0 @lumtis @brewmaster012 wdyt?

lumtis commented 11 months ago

I think it's a good idea.