We believe the financial system should serve its purpose in aiding the economy but not be a source of inequality. Tagion is the embodiment of a money system based on trust, equality, and freedom.
With Tagion, people worldwide can trade goods, services, and digital assets without the need of middlemen such as banks and credit card companies. By enabling every person in the world to participate in the global economy directly, immediately, and without permission, Tagion is a force for positive change and progress for humankind.
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
TODO: Describe and show how to build your code and run the tests.
To add localhost HTTPs certificates use command:
openssl req -x509 -out localhost.crt -keyout localhost.key \
-days 365 \
-newkey rsa:2048 -nodes -sha256 \
-subj '/CN=localhost' -extensions EXT -config <( \
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: