
Neville Freeman
- Total activity 187
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 104
Activity overview
Latest activity by Neville Freeman-
Neville Freeman created an article,
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...
-
Neville Freeman created an article,
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...
-
Neville Freeman created an article,
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),...
-
Neville Freeman created an article,
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...
-
Neville Freeman created an article,
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...
-
Neville Freeman created an article,
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...
-
Neville Freeman created an article,
Yarn workspaces
Yarn workspaces is a feature provided by the Yarn package manager and used in JavaScript Node.js development projects. It is designed to support monolithic projects or repositories where you ha...
-
Neville Freeman created an article,
Yarn package manager
Yarn was developed by Facebook to address some of the early performance and dependency issues introduced by npm, offering an alternative. Initially, many developers switched from npm to Yarn due ...
-
Neville Freeman created an article,
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...
-
Neville Freeman created an article,
What is Webpack?
Webpack is a widely used open-source JavaScript module bundler. It's a tool that helps developers manage and bundle their JavaScript, CSS, and other assets for web applications. The main purpose of...