[bisq-network/bisq-assets] List Pied Piper Coin (PPI) (#8)

Damien Keating notifications at github.com
Fri Jun 15 15:54:28 UTC 2018


damienkeating commented on this pull request.

hello @cbeams 

Is this address the token contract address?
![token contract address](https://user-images.githubusercontent.com/3681983/41477590-a8c4fc56-70bc-11e8-9b11-0f5708411a5d.PNG)

Are these codes all it takes for listing an ERC20 token?

Thank you ~!


> +
+package bisq.asset.tokens;
+
+import bisq.asset.AbstractAssetTest;
+
+import org.junit.Test;
+
+public class PiedPiperCoinTest extends AbstractAssetTest {
+
+    public PiedPiperCoinTest() {
+        super(new PiedPiperCoin());
+    }
+
+    @Test
+    public void testValidAddresses() {
+        assertValidAddress("0x2a65Aca4D5fC5B5C859090a6c34d164135398226");

this is address the token contract address? 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-assets/pull/8#pullrequestreview-129222630
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180615/321e9ff4/attachment-0001.html>


More information about the bisq-github mailing list