This is a decentralized exchange wallet module for the Nexus Interface built with React and Redux. It will include an overview of the on-chain existing orders and history of executed orders, the ability to create and execute orders, and watching charts and market depth statistics. Everything on-chain and 100% decentralized.
- Download and install the latest version of Nexus Wallet if you haven't.
- Go to latest verified release of the DEX module (currently v0.2.1 - https://github.com/AkstonCap/DEX/releases/tag/v0.2.1)
- Download zip folder "[email protected]"
- Go to the Nexus Wallet -> Settings -> Modules
- Import "[email protected]" in the "Add module" box
- Click "Install module" in pop-up.
How to use unverified beta- or official releases of this module (not yet verified by Nexus DAO dev team)
- Download and install the latest version of Nexus Wallet if you haven't.
- Download this module's zip file.
- Unzip the files into your local repository.
- Open the terminal and redirect to inside the unzipped folder.
- Run and .
- Open Nexus Wallet, go to Settings/Modules, drag and drop the unzipped folder into the "Add module" section and click "Install module" when prompted (requires that your wallet is in "Developer mode").
- After the wallet refreshes, an item for this template module will be added into the bottom navigation bar. Click on it to open the module.
The module uses API's from Nexus LLL-TAO, meaning that no transactions or other blockchain functionalities are coded from scratch. All transactions in this module happens through the secureAPI call which is hardcoded into LLL-TAO, with a pre-defined window pop-up and required pin input for execution. In this way the module inherits similar security as the wallet.