Skip to content

atomicswap-network/asns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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} 緊急のバグ・脆弱性修正などに用います。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages