Skip to content

iconation/Obsidian_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published