I hereby claim:
- I am mccallofthewild on github.
- I am mccallalexander (https://keybase.io/mccallalexander) on keybase.
- I have a public key ASAMXBEmpRzZC9K_uH-2cOytwVJX1dGCztch6C86SND_9Qo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| usage() { | |
| cat <<'USAGE' | |
| Usage: install.sh [latest|TAG|VERSION] | |
| Downloads the precompiled Done CLI binary that matches your platform and installs it globally. | |
| Specify a GitHub release tag (e.g. v0.1.4) or semantic version (e.g. 0.1.4). Defaults to latest. | |
| USAGE |
| # Reference: https://github.com/CosmWasm/cosmwasm/blob/main/contracts/ibc-reflect/src/contract.rs | |
| <!-- msg.rs --> | |
| #[cw_serde] | |
| pub enum PacketMsg { | |
| Dispatch { msgs: Vec<CosmosMsg> }, | |
| WhoAmI {}, | |
| Balances {}, | |
| UpdatePrice { denom: String, price: Uint128 } | |
| } | |
| { | |
| "name": "Sifchain", | |
| "logoURI": "https://dex-sifchain-finance.ipns.dweb.link/images/tokens/ROWAN.svg", | |
| "keywords": [ | |
| "peggy", | |
| "pegged assets", | |
| "cosmos ecosystem" | |
| ], | |
| "tags": {}, | |
| "timestamp": "2021-09-10T21:47:27.416Z", |
| function decodeHtml(html) { | |
| var txt = document.createElement('textarea'); | |
| txt.innerHTML = html; | |
| return txt.value; | |
| } | |
| let renderTemplateElements = (state: State) => { | |
| const stateful = document.querySelectorAll('[stateful]'); | |
| const elementsToTemplates = new Map<Element, string>(); | |
| function renderer(state: State) { |
| // 🚨🚨 THIS DOESN'T WORK 🚨🚨 | |
| class DataService { | |
| // ... | |
| async constructor () { | |
| this.data = []; | |
| await this.loadData(); | |
| } | |
| // ... | |
| } |
| /** Class for loading, storing, and managing data. */ | |
| class DataService { | |
| /** | |
| * Creates a DataService. | |
| * Initializes `data` property with an empty array. | |
| */ | |
| constructor () { | |
| this.data = []; | |
| } | |
I hereby claim:
To claim this, I am signing this object: