-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'newDesign' into public
- Loading branch information
Showing
94 changed files
with
6,177 additions
and
3,403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Uniblow development on Windows | ||
|
||
The following instructions commands are given to run uniblow **from the source** on the Windows system. This can also be used for development purpose. | ||
|
||
When running from the source files, for ETH testnets, you can put your Infura key in | ||
ETHwallet. | ||
|
||
There are specific instructions and scripts to build uniblow binaries for the | ||
Windows, Debian and MacOS platforms in the [Build document](Build.md). | ||
|
||
In Windows, you can easily [run the binaries provided](https://uniblow.org/get). The following instructions here are only to run Uniblow from the Python source code, for development purpose. | ||
|
||
### Install dependencies | ||
|
||
- For the GUI, Install WxPython. | ||
|
||
- Install [Python3.9](https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe), | ||
|
||
- Then run `python -m pip install wxPython==4.1.1` | ||
|
||
- Download the Uniblow source code | ||
|
||
with git : `git clone https://github.com/bitlogik/uniblow.git` | ||
|
||
Zip without git : [Download here](https://github.com/bitlogik/uniblow/archive/refs/heads/master.zip) | ||
|
||
### Install and run uniblow | ||
|
||
- In the uniblow directory, install the uniblow package and its dependencies (or use venv) | ||
|
||
- `python setup.py install --user` | ||
|
||
- Run with `python uniblow.py -v` | ||
|
||
The '-v' argument enables the debug logging output for more verbose terminal | ||
output. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.