Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.23 KB

Atomic Swap Network Server (ASNS)

SecHack365

License: GPL v3
Author: y-chan
Language: Python (>= 3.8)

What is this?

このソフトウェアはAtomic Swapを支援するクロスチェーンLayer2ネットワーク「Atomic Swap Network」を提供します。(将来的にはSubmarine Swapにも対応予定です) このソフトウェアがユーザーの秘密鍵を収集することはありません(しかし、信頼せず、検証してください。Don't trust, Verify.)

Getting started

以下のコマンドを実行します

git clone https://github.com/atomicswap-network/asns
cd asns
pip3 install -r requirements.txt  # Windowsの場合は requirements-windows.txt
./run_asns  # Windowsの場合は python run_asns

License

このソフトウェアはGPL v3でライセンスされています。

Branch Rules

ブランチネーミングルール 用途
feature/#{ISSUE_ID}-#{branch_title_name} 将来的な機能の実装や、緊急ではないバグの修正に用います。
hothix/#{ISSUE_ID}-#{branch_title_name} 緊急のバグ・脆弱性修正などに用います。