Skip to content

Latest commit

 

History

History

contracts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Contracts

This directory contains the contracts ABI and the GoLang bindings for all supported tokens. For adding a new token:

  1. Add the ABI (i.e Copy the ABI from Etherscan)
  2. Generate the GoLang bindings using abigen tool (see bindContract.sh)