This document describes the process of deploying a smart contract using Remix and accessing it with Geth, the Go implementation of Ethereum. It details the steps necessary to set up a connection to a deployed contract via the contract address and ABI, and provides commands for interacting with the contract. The emphasis is on using Geth as a console for interacting with the deployed contract on a local TestRPC instance.
Related topics: