You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Qortal Dev 808a6fa5d7 Added functions for getting wallet balance and user data 11 months ago
src Added functions for getting wallet balance and user data 11 months ago
.eslintrc.cjs Initial Commit 12 months ago
.prettierrc Initial Commit 12 months ago
Empty Q-App.zip First Commit 12 months ago
README.md Initial Commit 11 months ago
index.ts Added functions for getting wallet balance and user data 11 months ago
package-lock.json Added functions for getting wallet balance and user data 11 months ago
package.json Added functions for getting wallet balance and user data 11 months ago
tsconfig.json Added functions for getting wallet balance and user data 11 months ago
tsconfig.node.json Initial Commit 11 months ago
vite.config.ts Added functions for getting wallet balance and user data 11 months ago

README.md

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