Smart Contracts without the website
January 28th, 2022

A typical Ethereum Classic web application has two main parts. The first is the client side which is what you see when the website loads in a browser. The other is the back end or server side which is typically written in solidity and lives on the blockchain.

There are two ways I know of that you can interact with a smart contract on Ethereum Classic without the client side.

The First - Blockscout

In blockscout find the contract address for the application and then go to the write section of the contract address e.g. the write section of this NFT smart contract. All of the write functions available on the client side will be accessible.

The Second - MyEtherWallet

You can also interact with the smart contract using its ABI and the contract address. To do this:

  1. Connect your Ethereum Classic wallet to myetherwallet
  2. Go to the contract section and click on interact with contract
  3. Enter the smart contracts ABI and contract address
  4. On the next screen you will have access to all the available write functions in the smart contract
Subscribe to KozukiOden
Receive the latest updates directly to your inbox.
Verification
This entry has been permanently stored onchain and signed by its creator.
More from KozukiOden

Skeleton

Skeleton

Skeleton