- [Zerocash][1]
- [Cryptonote][2]
- [Mimblewimble][3]
- [Tumblebit][4]
- [Hawk][5]
- [Mobius][6]
- [Enigma][7]
- [Dash][8]
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
#!/bin/sh | |
# Configuration | |
SNAPSHOT_URL=https://osmosis.fra1.cdn.digitaloceanspaces.com/osmosis-1/snapshots/v25/osmosis-snapshot-202407310709-18675339.tar.lz4 | |
OSMOSIS_HOME=$HOME/.osmosisd | |
COSMOVISOR_SERVICE=cosmovisor | |
# Stop the Cosmovisor service | |
sudo systemctl stop $COSMOVISOR_SERVICE | |
if [ $? -ne 0 ]; then |
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
// Setup | |
pub const TICK_SPACING: u64 = 100; | |
pub const SPREAD_FACTOR: &str = "1"; | |
pub const BASE_DENOM: &str = "uosmo"; | |
pub const QUOTE_DENOM: &str = "usdc"; | |
gov.propose_and_execute( | |
CreateConcentratedLiquidityPoolsProposal::TYPE_URL.to_string(), | |
CreateConcentratedLiquidityPoolsProposal { | |
title: "Create concentrated uosmo:usdc pool".to_string(), |
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
#!/usr/bin/env sh | |
# | |
# A script to test | |
# * the creation of a CW20 contract | |
# * the creation of a CW4 contract | |
# * the staking of CW20 tokens in the CW4 contract | |
CW20_CONTRACT_NAME=cw20_base.wasm | |
CW20_CONTRACT_URL=https://github.com/CosmWasm/cw-plus/releases/download/v0.13.4/cw20_base.wasm | |
CW4_CONTRACT_NAME=cw4_stake.wasm |
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
wasm.execute( | |
&vault_address, | |
&deposit_msg, | |
&[Coin { | |
amount: deposit_amount, | |
denom: base_token.to_string(), | |
}], | |
&signer, | |
) | |
.unwrap(); |
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
#!/usr/bin/env bash | |
shopt -s nullglob globstar | |
typeit=0 | |
if [[ $1 == "--type" ]]; then | |
typeit=1 | |
shift | |
fi |
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
set-option -g status on | |
set-option -g status-left-length 80 | |
set-option -g status-interval 2 | |
set-option -g status-left '#(curl -k -L -s http://www.cricinfo.com/ci/engine/match/1031661.html | pup "title text{}" | cut -d "|" -f 1)' |
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
#!/bin/sh | |
xrandr --output HDMI2 --off --output HDMI1 --primary --mode 3840x2160 --scale 1x1 --pos 0x0 --rotate normal --output DP1 --off --output eDP1 --mode 3840x2160 --pos 0x2160 --rotate normal --output DP2 --off |
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
#!/usr/bin/env bash | |
set -eEu -o pipefail | |
NODES=(node0 node1) | |
ETHDATA=~/.ethraft | |
GETH=/home/go/.gvm/pkgsets/go1.8.1/global/src/github.com/ethereum/go-ethereum/build/bin/geth | |
VERBOSITY=9 | |
for n in ${NODES[@]}; do |
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
0xF436D87D0F0238F1078392cc6c58E7798a81E8fD |
NewerOlder