/Obsidian_old

(( DEPRECATED, please go here : https://github.com/iconation/Obsidian )) Obsidian is the ICONation MultiSig Wallet

Primary LanguageCSSApache License 2.0Apache-2.0

ICONation logo

Obsidian - ICONation MultiSig GUI Wallet

Obsidian Screens

License

Download & Run Obsidian

Windows:

  1. Download the latest installer here: https://github.com/ICONation/obsidian/releases/latest
  2. Run the installer Obsidian-<version>-win-setup.exe.

macOS

  1. Download latest archive here: https://github.com/ICONation/obsidian/releases/latest
  2. Extract Obsidian-<version>-mac.zip and run Obsidian.app inside.

Building/Packaging Obsidian

Windows

choco install nodejs -y
  • Install Git (Admin Powershell/cmd) :
choco install git -y
  • Restart a new Powershell/CMD window

  • Download Obsidian source code :

git clone https://github.com/iconation/Obsidian.git
cd Obsidian
  • Build Obsidian :
npm install
npm run debug
  • Package Obsidian :
npm run dist

macOS

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install Node :
brew install node
  • Install Git :
brew install git
  • Download Obsidian source code :
git clone https://github.com/iconation/Obsidian.git && cd Obsidian
  • Build Obsidian :
npm install && npm run debug
  • Package Obsidian :
npm run dist