Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sterliakov/ward
Ward wallet
https://github.com/sterliakov/ward
blockchain cosmos-sdk cryptocurrencies injective-protocol
Last synced: 8 days ago
JSON representation
Ward wallet
- Host: GitHub
- URL: https://github.com/sterliakov/ward
- Owner: sterliakov
- Created: 2023-05-18T14:20:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-31T03:37:46.000Z (over 1 year ago)
- Last Synced: 2024-01-26T09:31:40.591Z (11 months ago)
- Topics: blockchain, cosmos-sdk, cryptocurrencies, injective-protocol
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.