This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Description
Current transfer_token.go is outdated. Unsure of when this happened but the current method of transacting ERC-20 tokens looks something like this:
https://gist.github.com/ckruger097/a156d04a5f3542eac20e6eea5129946d
Note: This is done from my own research, this may not be best practice but it has worked as a PoC. It may also be worth mentioning I created the token mentioned in the comments using https://vittominacori.github.io/erc20-generator/ & transferred to MetaMask first. Then sent the tokens to my local geth account running on a light node. Hopefully this helps someone.