瀏覽代碼

add wallet

serinko 4 年之前
父節點
當前提交
fd146adcc2
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      whallets-cli.py

+ 13 - 0
whallets-cli.py

@@ -17,6 +17,19 @@ def main_menu():
 
 def add_wallet():
     """A function to add wallet to the wallets_dict.json"""
+    chain = input(tc._choose_chain())
+    name = input(tc._prompt_name())
+    address = input(tc._prompt_address())
+    twtr = input(tc._prompt_twitter())
+    ens = input(tc._prompt_ens())
+
+
+
+def check_wallet():
+    """
+    Scans through wallets to check if a new wallet is not already in the
+    database"
+    """