-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a few infra files, document basic flow in README
- Loading branch information
1 parent
cffc17c
commit c9b92cf
Showing
5 changed files
with
380 additions
and
204 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
This repository is a home of Ward wallet - a crypto wallet for Cosmos-compatible chains, | ||
currently deployed on Injective testnet. | ||
|
||
*Ward - bigger inside than it appears.* | ||
|
||
## Building the contracts | ||
|
||
In every sub-crate under [contracts](./contracts/), run `cargo run-script optimize` to | ||
build desired code in `artifacts` folder. See `up.sh` script for reference, it works | ||
with local `wasmd` chains. | ||
|
||
## Building the extension (frontend) | ||
|
||
In [ui](./ui/) folder, execute `npm install` and `npm run build` to build the code. | ||
|
||
Resulting `ui/build` folder can be used as a ready-to-use Chrome extension (installable in | ||
developer mode). It can also be packed into `.crx` archive in Chrome for easier sharing. | ||
|
||
In case of any failures, pre-built `.crx` for Injective testnet is attached to the latest release. | ||
|
||
We rely on `patch-package` to fix broken dependencies, but I cannot say for sure that | ||
all necessary patches are kept there - development was too rapid due to extremely tough | ||
deadlines. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.