Ethscriptions commited on
Commit
6802a9c
·
1 Parent(s): 6571820

Add application file

Browse files
pages/1_🔍_批量查询铭文状态.py CHANGED
@@ -1,7 +1,6 @@
1
  import base64
2
  import hashlib
3
  import json
4
-
5
  import requests
6
  import streamlit as st
7
  import re
 
1
  import base64
2
  import hashlib
3
  import json
 
4
  import requests
5
  import streamlit as st
6
  import re
pages/4_💹️_铭文数据分析.py CHANGED
@@ -875,7 +875,7 @@ def get_single_all_transactions(single_orders_cursor, single_orders_conn, all_et
875
  single_orders_cursor.execute("UPDATE orders SET ethscription = ? WHERE ethscriptionId = ?", (result[0], eid))
876
 
877
  # Commit changes and close connections
878
- single_orders_cursor.commit()
879
 
880
  page = 1
881
 
@@ -937,7 +937,7 @@ def get_batch_all_transactions(batch_orders_cursor, batch_orders_conn, all_ethsc
937
  (result[0], eid))
938
 
939
  # Commit changes and close connections
940
- batch_orders_cursor.commit()
941
 
942
  page = 1
943
 
 
875
  single_orders_cursor.execute("UPDATE orders SET ethscription = ? WHERE ethscriptionId = ?", (result[0], eid))
876
 
877
  # Commit changes and close connections
878
+ single_orders_conn.commit()
879
 
880
  page = 1
881
 
 
937
  (result[0], eid))
938
 
939
  # Commit changes and close connections
940
+ batch_orders_conn.commit()
941
 
942
  page = 1
943
 
pages/5_🏫_教程中心.py CHANGED
@@ -1,10 +1,6 @@
1
  import base64
2
  import streamlit as st
3
- import re
4
  import os
5
- import sqlite3
6
- import pandas as pd
7
- import time
8
 
9
 
10
  # 图片Base64
 
1
  import base64
2
  import streamlit as st
 
3
  import os
 
 
 
4
 
5
 
6
  # 图片Base64
pages/7_ℹ️️_EthPen.com 简介.py CHANGED
@@ -62,9 +62,9 @@ st.markdown(
62
  ''', unsafe_allow_html=True)
63
 
64
  st.markdown('### 更新记录')
65
- st.markdown('- 2023 年 9 月 28 日以前,项目上线,多种优化。')
66
- st.markdown('- 增加推送通知服务功能')
67
- st.markdown('- 增加更多的数据分析功能')
68
  st.markdown('### 更新计划')
69
  st.markdown('1. 添加链接 Metamask 钱包功能')
70
  st.markdown('2. 添加 Metamask 钱包题写铭文功能')
 
62
  ''', unsafe_allow_html=True)
63
 
64
  st.markdown('### 更新记录')
65
+ st.markdown('- 2023 年 8 月 28 日以前,项目上线,多种优化。')
66
+ st.markdown('- 2023 年 9 月 26 日,增加推送通知服务功能')
67
+ st.markdown('- 2023 年 9 月 26 日,增加更多的数据分析功能')
68
  st.markdown('### 更新计划')
69
  st.markdown('1. 添加链接 Metamask 钱包功能')
70
  st.markdown('2. 添加 Metamask 钱包题写铭文功能')
🖊️EthPen-以太之笔.py CHANGED
@@ -3,7 +3,6 @@ import requests
3
  import re
4
  import json
5
  import hashlib
6
- import pandas as pd
7
  import base64
8
  import sqlite3
9
  import os
 
3
  import re
4
  import json
5
  import hashlib
 
6
  import base64
7
  import sqlite3
8
  import os