Skip to content

Instantly share code, notes, and snippets.

View Jeongseup's full-sized avatar
🏃‍♂️
Running

Jeongseup Jeongseup

🏃‍♂️
Running
View GitHub Profile
@Jeongseup
Jeongseup / sui-cli-helper
Created May 24, 2024 10:00
Sui CLI Helper
# simple test
sui move test
# The previous command runs all tests whose name contains sword.
sui move test sword
sui move test -h
# list envs
@Jeongseup
Jeongseup / gameSummary.json
Created May 30, 2024 15:47
GameSummaryDataSample
{
"metadata": {
"name": "Arcade Champion",
"imageUrl": "https://strapi-dev.scand.app/uploads/Arcade_Champion_Logo_2a24858b47.jpeg",
"explorerUrl": "https://suiscan.xyz/mainnet/object/0xf09c99aa87a706c4f010c8c6b86d0249ccf670a138dcbcc7af9f4da8573019fe",
"homePage": "https://www.bluejaygames.com",
"discord": "https://discord.com/invite/f9wUxgWSZJ",
"twitter": "https://x.com/BlueJayGamesInc"
},
"users": [
@Jeongseup
Jeongseup / memo.md
Last active February 20, 2025 07:31
Hyperliquid Testnet Validator Infos

Hyperliquid Testnet Validator Infos

Intro

Hello, I'm Jeongseup from Cosmostation.

This document is for sharing some information to prepare hyperliquid network joining as one of validators like us.

As you know, there is an offical docs link: https://github.com/hyperliquid-dex/node , But I wanted to share some personal experiences and insights to newbies like us :)

@Jeongseup
Jeongseup / .golangci.yml
Created April 29, 2025 07:05 — forked from maratori/.golangci.yml
Golden config for golangci-lint
# This file is licensed under the terms of the MIT license https://opensource.org/license/mit
# Copyright (c) 2021-2025 Marat Reymers
## Golden config for golangci-lint v2.1.5
#
# This is the best config for golangci-lint based on my experience and opinion.
# It is very strict, but not extremely strict.
# Feel free to adapt it to suit your needs.
# If this config helps you, please consider keeping a link to this file (see the next comment).