The Molly Wallet is the official $DAG desktop wallet of the Constellation Network. The wallet is supported and developed by the Stardust Collective.
Molly Wallet uses a number of open source projects:
- VueJS - The Progressive JavaScript Framework
- Go - Go is an open source programming language that makes it easy to build simple, reliable, and
efficient software. - GORM - Object Relational Mapping for Go.
- Wails - A framework for building desktop apps using Go & Web Technologies
The latest builds can be found under releases.
Need any help? You can visit the Stardust Support channel in Telegram here.
The Go distribution and tooling is available as an installer for all common operating systems. Visit https://golang.org/dl/ to download to correct version for your OS. The installation instructions can be found here.
NPM and Node.js can be downloaded from their official website. Simply select your
distribution/OS and CPU architecture.
Note: node12 should be used. (It's recommended to use nvm and switch to node12)
The Molly Wallet is built using a light-weight framework for Desktop Applications using Go and VueJS. Wails is very similar to Electron but does not include the full Chromium web browser as a dependency.
go install github.com/wailsapp/wails/cmd/[email protected]
Make sure you have the xcode command line tools installed. This can be done by running:
xcode-select --
sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
Debian: 8, 9, 10
Ubuntu: 16.04, 18.04, 19.04
Also succesfully tested on: Zorin 15, Parrot 4.7, Linuxmint 19, Elementary 5, Kali, Neon
sudo pacman -S webkit2gtk gtk3
Also succesfully test on: Manjaro & ArcoLinux
sudo yum install webkitgtk3-devel gtk3-devel
CentOS 6, 7
sudo yum install webkit2gtk3-devel gtk3-devel
Fedora 29, 30
xbps-install gtk+3-devel webkit2gtk-devel
sudo emerge gtk+:3 webkit-gtk
Windows requires gcc and related tooling. The recommended download is from http://tdm-gcc.tdragon.net/download. Once this is installed, you are good to go.
Ensure Go modules are enabled: GO111MODULE=on and go/bin is in your PATH variable.
Installation is as simple as running the following command:
go get -u github.com/wailsapp/wails/cmd/wails
git clone [email protected]:StardustCollective/molly_wallet.git
Molly Wallet uses Wails + Webpack for fast frontend development.
Make a change in your file and instantaneously see your updates!
Open your favorite Terminal and run these commands.
In the constellation_wallet directory, run:
$ wails serve
In the frontend directory, run:
$ npm run serve
If you wish to compile the wallet, simply run:
wails build
or for the debug version, run:
wails build -d