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 67af8f38b2
Merge pull request #1 from QortalSeth/main
2 months ago
src Major updates to many files. 2 months ago
.eslintrc.cjs Added qortalRequest functions 10 months ago
.npmignore Added qortalRequest functions 10 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.d.ts Major updates to many files. 2 months ago
index.ts Major updates to many files. 2 months ago
package-lock.json Added qortalRequest functions 10 months ago
package.json Major updates to many files. 2 months ago
tsconfig.json Added qortalRequest functions 10 months ago
tsconfig.node.json Initial Commit 11 months ago
vite.config.ts Added qortalRequest functions 10 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