Distributed value exchange upholding security, reliability and privacy.
Diva is an application (free software, AGPLv3). It enables everyone to manage and trade digital values (like crypto currencies). Every installation of diva (like on your laptop) is your personal and private bank and exchange. There is no dependency to any cloud or other central service. Diva includes all necessary services locally. Therefore a complete diva installation consists of several parts:
- an instance of the "divachain" Blockchain
- the private and secure communication network "I2P" (aka "darknet")
- the diva application
This is a research project driven by a small community of researchers which are highly motivated by exploring and understanding the unknown. Respect the AGPLv3 license terms!
You can get in touch using the features on this platform, via Issues or Pull Requests, or you can use one of those channels:
- Web: https://diva.exchange
- Twitter: https://twitter.com/@DigitalValueX
- Mastodon: https://social.diva.exchange
- Telegram: https://t.me/diva_exchange_chat_de
Please contact us in English or German.
This project is unstable and highly experimental. Feedback and pull requests are always welcome!
To get diva up and running, achieve this:
- Important Start the DIVA stack, see https://codeberg.org/diva.exchange/diva-dockerized
- Fetch the code from this repository
Currently diva uses Docker. Docker is just a "Container Framework" helping you to install "something else" on your existing system (like your laptop) without interfering with your existing environment. Docker works on Linux, MacOS and Windows.
Get a short overview of Docker here: https://docs.docker.com/get-started/. Just read the short introduction to get the point (first two paragraphs).
Install Docker and Docker Compose before you install diva.
Docker: https://docs.docker.com/docker-for-windows/install/
Docker Compose: https://docs.docker.com/compose/install/
Docker: https://docs.docker.com/docker-for-mac/install/
Docker Compose: https://docs.docker.com/compose/install/
Usually just something like: sudo apt-get install docker.io
More details, Ubuntu flavours: https://docs.docker.com/install/linux/docker-ce/ubuntu/
Docker Compose: https://docs.docker.com/compose/install/
⚠️ Please note: Installation will purge your existing local testnet.
- Install the project by running:
./bin/install.sh
. During the installation process, you will be asked for for the password of the privileged user, sincesudo
gets used to access docker. - Then start it by running:
npm run start-dev
DIVA is available locally: running on on http://localhost:1972. Open in up in a browser and you'll see the application. Remember: using this setup, nothing related to DIVA will ever leave your local box.
Test the local DIVA Blockchain Explorer: http://127.19.72.200:3920/.
⚠️ Please note: your using a development branch. There might be dragons.
tbd.
tbd.
tbd.
@TODO THIS IS WORK IN PROGRESS. Out-of-date on the development branch.
Use the i2pd web-console to explore the i2pd router running within the docker container i2pd. To access the webconsole, open your browser and navigate to http://localhost:7070.
I2P needs some time to get properly integrated in the network. Please be patient for at least 3 minutes.
To access the I2P network just set the HTTP proxy of your favourite browser (Firefox, see: https://support.mozilla.org/en-US/kb/connection-settings-firefox) to localhost:4444. Depending on your browser your mileage may vary.
After changing the HTTP proxy, your chosen browser will be connected to the I2P network and you can navigate to http://diva.i2p or any other I2P site of your choice.
Interesting blog post: "Introduction to I2P", https://www.diva.exchange/en/privacy/introduction-to-i2p-your-own-internet-secure-private-and-free/
On DIVA.EXCHANGE you'll find various options to get in touch with the team.
Talk to us via Telegram https://t.me/diva_exchange_chat_de (English or German).
Your donation goes entirely to the project. Your donation makes the development of DIVA.EXCHANGE faster.
XMR: 42QLvHvkc9bahHadQfEzuJJx4ZHnGhQzBXa8C9H3c472diEvVRzevwpN7VAUpCPePCiDhehH4BAWh8kYicoSxpusMmhfwgx
BTC: 3Ebuzhsbs6DrUQuwvMu722LhD8cNfhG1gs
Awesome, thank you!