Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
happybole authored Jan 4, 2025
1 parent aeaae10 commit 0abb368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@
<label> <input name="coin" onclick="document.getElementById('bitcoin').style.display = 'none'; document.getElementById('ethereum').style.display = 'block';" value="ethereum" type="radio"/> Ethereum </label>
<div class="preface" style="margin-bottom:10px">
<p>I think JavaScript conforms to the spirit of open source and is very suitable for developing Bitcoin related applications. JavaScript has good portability and does not require the installation of specialized development software. It can be developed and debugged with a browser. This webpage code (right-click to view the source code) is very suitable for beginners to understand the basic principles of Bitcoin from a code level. Simply save this webpage to run it offline and use it as a brain wallet or cold wallet. It is recommended to use Chrome browser.</p><br/>
<p><a href="https://x.com/BTCsermonizer">@BTCsermonizer</a></p><br/>
<p><a href="https://x.com/EvangelistofBTC">@EvangelistofBTC</a></p><br/>
<p>我认为JavaScript符合开源精神,很适合用于开发比特币相关应用。JavaScript可移植性好,无需安装专门的开发软件,有个浏览器即可进行开发调试。本网页代码(右键查看源代码)很适合初学者从代码层面理解比特币的基本原理。只需要保存本网页即可脱机运行,可当做脑钱包或冷钱包使用,建议用Chrome浏览器。</p><br/>
<p><a href="https://weibo.com/u/6101281235">@比特币布道者</a></p>
</div>
Expand Down

0 comments on commit 0abb368

Please sign in to comment.