Shivam Patel il y a 6 ans
Parent
révision
a125b8661c

+ 0
- 17
ZipCoinRedJavaServer/ZipCoin-RED.iml Voir le fichier

@@ -1,17 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<module version="4">
3
-  <component name="FacetManager">
4
-    <facet type="Spring" name="Spring">
5
-      <configuration />
6
-    </facet>
7
-    <facet type="web" name="Web">
8
-      <configuration>
9
-        <webroots />
10
-        <sourceRoots>
11
-          <root url="file://$MODULE_DIR$/src/main/java" />
12
-          <root url="file://$MODULE_DIR$/src/main/resources" />
13
-        </sourceRoots>
14
-      </configuration>
15
-    </facet>
16
-  </component>
17
-</module>

+ 0
- 21
ZipCoinRedJavaServer/src/main/java/com/zipcoin/ZipCoinApp.java Voir le fichier

@@ -14,24 +14,3 @@ public class ZipCoinApp {
14 14
 
15 15
 
16 16
 
17
-/*
18
-*
19
-*
20
-*
21
-* figure out how to send serialized coins
22
-* tabbed interface
23
-* :payment,wallet, transaction
24
-* :blocks - show all blocks on chain
25
-* LocalDate for transactions, /wallet/getID
26
-* coin ONLY, coin objects, hashcoded. talk to yauheni about this.
27
-* List<Coin> of coins
28
-*
29
-*
30
-*
31
-* springboot run on hiroku ************
32
-*
33
-*
34
-*
35
-* @return coin with serialized number
36
-*
37
-* */