Go to file
2024-07-17 10:08:07 -06:00
src Major updates to many files. 2024-07-16 18:15:30 -06:00
.eslintrc.cjs Added qortalRequest functions 2023-11-27 12:51:16 -07:00
.npmignore Added qortalRequest functions 2023-11-27 12:51:16 -07: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.d.ts Major updates to many files. 2024-07-16 18:15:30 -06:00
index.ts Major updates to many files. 2024-07-16 18:15:30 -06:00
package-lock.json Added qortalRequest functions 2023-11-27 12:51:16 -07:00
package.json Major updates to many files. 2024-07-16 18:15:30 -06:00
README.md Initial Commit 2023-10-11 16:41:55 -06:00
tsconfig.json Added qortalRequest functions 2023-11-27 12:51:16 -07:00
tsconfig.node.json Initial Commit 2023-10-11 16:41:55 -06:00
vite.config.ts Added qortalRequest functions 2023-11-27 12:51:16 -07: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