QortalSeth
1ffbd743c5
restructured project files to be easier to understand Vite dts plugin is used to provide type support Added functions for the following: Getting wallet balance Getting/setting profile data Sending all supported coins Getting day summary Getting the price ratio between QORT and all supported coins Conversions from blocks to time and time to blocks |
||
---|---|---|
src | ||
.eslintrc.cjs | ||
.npmignore | ||
.prettierrc | ||
Empty Q-App.zip | ||
index.d.ts | ||
index.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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