Go to file
IrohDW 45016e7743 Minor bugfixes
QortalRequest.ts removed because its contents are split into multiple files

printVar now checks if its parameter is null or undefined.
2023-10-19 08:54:43 -06:00
src Minor bugfixes 2023-10-19 08:54:43 -06:00
.eslintrc.cjs Initial Commit 2023-10-09 12:47:09 -06:00
.prettierrc Initial Commit 2023-10-09 12:47:09 -06:00
Empty Q-App.zip First Commit 2023-10-09 12:44:15 -06:00
index.ts Minor bugfixes 2023-10-19 08:54:43 -06:00
package-lock.json Fixed import bugs. 2023-10-17 15:02:10 -06:00
package.json Fixed import bugs. 2023-10-17 15:02:10 -06:00
README.md Initial Commit 2023-10-11 16:41:55 -06:00
tsconfig.json Fixed import bugs. 2023-10-17 15:02:10 -06:00
tsconfig.node.json Initial Commit 2023-10-11 16:41:55 -06:00
vite.config.ts Fixed import bugs. 2023-10-17 15:02:10 -06:00

Q-App Utilities

This library contains many utility functions for interacting with the Qortal blockchain in order to abstract out qortalRequest calls. This enables Frontend Developers to write Q-Apps without needing to know the Qortal Core API while also significantly reducing the complexity and size of code involved in using it.

What is Qortal

Qortal is a replacement for the traditional internet that provides user ownership of their data, 1 account for ALL websites, censorship immunity, and significantly more privacy and security than regular websites.

Instead of centralized servers, Terms of Service, and databases constantly getting hacked, users on Qortal share copies of the websites they visit with each other, and all code is run on the user's machine. Websites and the data they use such as videos, audio, blog posts, etc. are stored on the Qortal Data Network either publicly, or an encrypted format that only the user or other authorized accounts can see.

Qortal Apps made by the development team can be found in the Q-Apps repository