I want to know how employer and employee cooperation will be organized? Will there be any means to track work done by employee and also the employer payment transaction?
Good questions, As far as I know Work Quest has a smart contract that allows to set the agreement between the employer and the employee. And it allows dividing a transaction into any number of milestones, you can define deadline, task or the job to be done and budget.
So If I actually understand you better the smart contract will guarantee that job will be done and the employee will be paid? Which means there will be a feedback and rating option in the platform where it will be visible to see previous comment by both employee and employer to know if the employee or the employer you want to work with is actually a truthful personnel?
Please go through this for better understanding how the smart contract works.The WorkNet Smart Contract
The Work Quest platform has a smart contract called the WorkNet Smart Contract. This smart contract serves on the principles of an interactive approach to product creation and product development.
WorkNet smart contract is a new generation smart contract created by the WorkNet blockchain. It's designed so that it allows for two network participants (potential employer and employee) to enter into a contractual agreement.
Moreover, the WorkNet smart contract is created so that it allows dividing a transaction into any number of milestones and iterations. This results in splitting the transactions into any three parameters.
To see more information about WorkNet Smart Contract, visit our Medium:
https://workquest.medium.com/worknet-smart-contract-67eb236365cPlease I see from your medium that you are developing your own blockchain. Is the plan to migrate all tokens to that network once it is complete? Or what's the plan.
Yes, in the future we are not dependent from the Ethereum or Binance as we will need to develop our own blockchain (based on Cosmos SDK - you can read about it in our whitepaper).
https://drive.google.com/file/d/1UJu91wQLdjJQJLLZA2SqgLu9qqLktyQ0/preview.
Great, i am interested in technologies. It might be a difficult question but can you provide me the info what programming languages u use? And also are wallet non-custodial? Thank you
For correct compatibility with the Cosmos SDK and Tendermint, we chose Golang as the programming language for the implementation of Work Quest's functionality, namely master node software (validators).
To code the backend modules, we chose TypeScript, which is strictly typed and convenient in the development process, compiles in JavaScript, runs in modern browsers, and is compatible with NodeJS. Specifically, TypeScript was used for Workers and Indexer.
To implement desktop wallet applications, the Work Quest team used ElectronJs, which allows us to create cross-platform desktop applications based on JavaScript, HTML, and CSS.
Yes, wallets are decentralized. Seed phrases and private keys are stored strictly on the user side and Work Quest has no access to them in any way. The entire responsibility for the safety of these private data and funds on wallets lies with the owners of wallets.