This is a website that allows users to send and receive Nerva, a decentralized, peer-to-peer and open source digital currency.
When a user registers, they choose to a either generate a new Nerva wallet or restore an existing wallet from seed. When logging in, each user's wallet gets mapped to their data in the backend so that they can interact with only their wallet in the browser. Users can then use the site to send XNV and view their transactions.
All measures have been taken to ensure the security of this application. However, web wallets in
general are not recommended for use as there are too many attack vectors and possible ways to
potentially bypass security. Additionally, even though users can control the seed, this is
technically a custodial wallet because we hold the wallet files and secrets used to access them.
If someone finds a way to hack into the server, they could potentially gain access to this as
well.
However, if the user willing to accept the risks, web wallets do make it very easy
and convenient to get started, but users have to trust the service.
Check the Nerva Downloads page, for the most recent software wallets available (CLI/GUI). Anything users can install on their own computer is the safest bet. This website uses nerva-wallet-cli under the hood; users should use that.