Cosmos Network fullnode for DAppNode
DAppNode is a web application and also the name of the hardware of an amazing project. Its goal is to make it extremely easy to install and run blockchain applications, full nodes and help to decentralice the nodes.
What we have develop here is the DAppNode package that inclues a complete Cosmos Full Node and its official web wallet, Lunie. With this package you can have your own Cosmos full node at home.
The build process of the package is based on dappnode-sdk
Latest version of the package (0.1.2) maintained by La ColmenaSvQ
With these instructions you can install a Cosmos node in DAppNode
- If you are using Linux you need to follow these steps for the connection issues(described on the Ledger website.)- Check if the plugdev group exists by entering the command:
cat /etc/group | grep plugdev
- Follow the steps below if the previous command did not return a result
- Create the plugdev group:
sudo groupadd plugdev
- Check if you are in the group plugdev with the command:
groups
-
If the output does not contain plugdev, you are not in the plugdev group. Enter the command:
sudo gpasswd -a <user> plugdev
Note: replace <user> by your username, e.g for user "mike", it would be: sudo gpasswd -a mike plugdev.
-
Logout and login for the change to take effect. To verify you are now in the plugdev group, enter:
and search for a plugdev occurrence. If it's not there, you've missed a step and should restart from step 1.groups
- Create the plugdev group:
- Enter the following command to automatically add the rules and reload udev:
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash
-
You need your own DAppNode.
-
In your DAppNode install the package with:
http://my.dappnode/#/installer/cosmos.public.dappnode.eth
- Then you can go to the URL of your node, which would be something like this:
https://cosmos.public.dappnode/lunie
- By placing the mouse at the bottom right above
Cosmoshub-2
you can see that you are connected to your own Cosmos node.
You're connected to cosmoshub-2 via https://cosmos.public.dappnode
The first time we access the URL, warns us of the certificate, to be self-signed warns us of it as an error, we must accept it
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details