Add container service files and docker README

This commit is contained in:
Edvard
2019-02-11 11:26:12 +01:00
parent e4968c4a75
commit e6e66d58dd
7 changed files with 83 additions and 6 deletions
-3
View File
@@ -19,8 +19,6 @@ package frob
import (
"encoding/json"
"fmt"
log "github.com/sirupsen/logrus"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
@@ -32,7 +30,6 @@ type FrobConverter struct{}
func (FrobConverter) ToEntities(contractAbi string, ethLogs []types.Log) ([]interface{}, error) {
var entities []interface{}
log.Info("blah")
for _, ethLog := range ethLogs {
entity := FrobEntity{}
address := ethLog.Address