Skip to content

Instantly share code, notes, and snippets.

This tutorial explains how to create a transaction simulator node for Network on Fly.io
@Shuri2060
Shuri2060 / a_example.py
Last active October 6, 2024 08:26
Hyperliquid Spot Deploy
##### Used this code to launch all 3 tokens on HL. Yoinked from my notebook, lmk if there are any issues
##### Need to install
# python = "^3.10"
# hyperliquid-python-sdk = "^0.3.0". # current latest is "^0.6.0", either version should still be fine
# (I only use the signing function from HL package, you could implement it yourself)
##### I'm active on the HL Discord https://discord.gg/Hyperliquid
##### Twitter: https://x.com/Shuri2060 | https://x.com/XULIAN_on_hl
### Example file will use $XULIAN parameters https://app.hyperliquid.xyz/explorer/token/0x6cc648be7e4c38a8c7fcd8bfa6714127
import eth_account
@huyng
huyng / matplotlibrc
Created February 8, 2011 15:50
my default matplotlib settings
### MATPLOTLIBRC FORMAT
# This is a sample matplotlib configuration file - you can find a copy
# of it on your system in
# site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
# there, please note that it will be overridden in your next install.
# If you want to keep a permanent local copy that will not be
# over-written, place it in HOME/.matplotlib/matplotlibrc (unix/linux
# like systems) and C:\Documents and Settings\yourname\.matplotlib
# (win32 systems).