status-go/mailserver/registry
Andrea Maria Piana f5875d62c5
Fetch multiple nodes from contract (#1430)
2019-03-29 18:49:01 +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
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 Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +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