status-go/mailserver/registry
Pedro Pombeiro c8a911ebd1 Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
..
README.md Fetch multiple nodes from contract (#1430) 2019-03-29 18:49:01 +01:00
nodes.go Add GetNodesFromContract endpoint 2019-03-29 12:55:54 +01:00
nodesv2.go Add network incentivisation service (#1452) 2019-04-29 14:05:49 +02:00
registry.go Feature/mailserver registry smart contract (#1135) 2018-08-20 15:55:43 +02:00
verifier.go Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00
verifier_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00

README.md

Mailserver registry

The code for the contract interface used is at https://github.com/status-im/network-incentivisation/blob/master/contracts/Nodes.sol and has been generated with abigen.

abigen --sol contracts/Nodes.sol --pkg registry