Testnet - nionis/purpose GitHub Wiki
Deployed in ethereum rinkeby network
How to
Get rinkeby ether
Interact with contracts
- go to https://www.myetherwallet.com/#contracts
- on the right click the rinkeby network
- 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