This file contains hidden or 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_defi | https://x.com/XULIAN_on_hl | |
| ### Example file will use $XULIAN parameters https://app.hyperliquid.xyz/explorer/token/0x6cc648be7e4c38a8c7fcd8bfa6714127 | |
| import eth_account |