Avatar

Neville Freeman

  • Total activity 187
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 2 users
  • Votes 0
  • Subscriptions 104

Articles

Recent activity by Neville Freeman Recent activity Votes
  • Withdrawing ada in Lace while utilizing multi-staking delegation

      To withdraw ADA in Lace while utilizing multi-stake delegation, follow the steps below:   Scenario 1. Utilizing multi-stake delegation in Lace. The example below is on the preview network, this w...

  • How to delegate to an active DREP in GovTools from your Lace wallet

    So that you know, you must delegate to DREP to transact successfully. If you try to send or move funds out of your wallet and receive an error message “NotDelegatedToDRep” you need to follow the st...

  • Reset wallet spending password

    Editions: Daedalus Mainnet, Daedalus Rewards If you have lost your spending password that is not a big problem but a bit of an inconvenience to you. Your ADA is always safe because they are stored ...

  • Extracting logs from Lace extension and Lace service worker in Chrome Browser

        There are four types of log files to extract from Lace Chrome. This article explains how to access each of the log files, enable verbose logging, and export or save the log file to your local d...

  • Unhiding the Library folder on macOS

    Some troubleshooting steps for Daedalus wallet on macOS require access to the Library folder, which is hidden by default. This support article explains several ways to unhide the Library folder so ...

  • Restoring a paper wallet

    Restore a paper wallet Click the Add Wallet icon on the bottom left of the Daedalus screen. (Click the wallet Icon on the top left of the Daedalus screen if you don't see it.)   Click the Restore t...

  • Testing with Webpack

        1. Create a new folder called webpack.   2. cd into a new folder.   3. Verify both node.js and npm is installed.   4. Run the command npm init to initialize the dir. (Select enter for each of t...

  • How to capture console and network logs in Chrome

      Capturing console and network logs in the Chrome browser   Capturing Console logs in Chrome From the drop-down menu in Chrome, select More Tools and then Developer Tools (Ctrl+Shift+I or F12),...

  • Reinstall Daedalus on Windows 10 and Windows 11

      Steps to fully uninstall Daedalus on Windows 10 and Windows 11 These steps will completely remove Daedalus from your system including the chain folder meaning you will need to restore your wallet...

  • yarn a simple demo

      1. Create a new folder mkdir ~/test   2. cd into the working directory cd ~/test   3. Create a package.json  vi ~/test/package.json   4. Add the following code  {"private":true,"workspaces": ["cl...