Testnet - nionis/purpose GitHub Wiki

Deployed in ethereum rinkeby network

  1. find contract addresses here
  2. find contract abi here

How to

Get rinkeby ether

tutorial

Interact with contracts

  1. go to https://www.myetherwallet.com/#contracts
  2. on the right click the rinkeby network
  3. enter contract address, and below its abi

Make sure you switch to rinkeby network and not the main network or else u spend real ether!

Pitfalls

this happens when u enter address in myetherwallet and it contains small case letters To fix this I do this: https://www.etherscan.io/address/(contract_address), this then will load a page and on the left u can pick the address with capitals

  • Where is abi?

here is an example, find where is says abi:[...] and copy it, ofcourse on launch we will have nice UI and u wont need to do this manually, however this is how its done