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
This tutorial explains how to create a transaction simulator node for Network on Fly.io |
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
##### 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 |
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
### 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). |