
ntfreem
- Total activity 181
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 90
Activity overview
Latest activity by ntfreem-
ntfreem created an article,
Changing between Python versions in Ubuntu
Pre-requisite: In order to choose between a different version of Python, python must first be installed. To install Python 3.11 on Ubuntu please see the following article here List all Python ver...
-
ntfreem created an article,
How reset Lace Wallet spending password ?
Lace Wallet spending password If you have lost or forgotten your spending password this is not a big deal your ADA is always safe and accessible once you have the 24-word recovery seed. To re...
-
ntfreem created an article,
-
ntfreem created an article,
Import minted myToken into Metamask
Pre-requisite: This article assumes the ERC20 Smart contract has already been deployed to the EVM side chain as outlined here and myToken has been successfully minted as outlined here To import m...
-
ntfreem created an article,
Mint some myToken on the EVM side using deployed ERC20 Smart Contract
Pre-requisite: This article assumes the ERC20 Smart contract has already been deployed to the EVM side chain as outlined here In Remix editor go to Deply and run transactions Expand the mint opti...
-
ntfreem created an article,
Deploy custom smart contract to mint myToken using Remix on EVM sidechain
This article describes how to deploy a custom ERC20 token to the EVM sidechain using open Zeppelin and Remix. Pre-requisite: One of the prerequisites for completing this article is that you alrea...
-
ntfreem created an article,
Burn SC_Token on main chain
The first step is to check the balance of the address on the side chain we want to transfer to. In this example the address I am using is 0xf967343beBe43AD7F660534AAC1099FbdaBE6633 To check the...
-
ntfreem created an article,
Claim SC_Token on the main chain
Prerequisites The following article assumes the following steps have already been completed. SC_Token has been successfully locked against the contract address, and handed over to the main ch...
-
ntfreem created an article,
Python 3.11 virtual machine to run sidechain-cli
Prerequisites This article assumes that Python 3.11 has already been installed on the system. For steps on how to do this on ubuntu please take a look at the following article here How to i...
-
ntfreem created an article,
Install Python 3.11 on ubuntu
As a pre-requisite, the side-chain toolkit requires python version 3.10 or above to execute. The following example describes how to best install python 3.11 on Ubuntu. Upgrade and update Ubuntu ...