Skip to content

Instantly share code, notes, and snippets.

View cryptoleek-eth's full-sized avatar

Awesome Cryptoleek cryptoleek-eth

View GitHub Profile
@cryptoleek-eth
cryptoleek-eth / .prettierrc.json
Last active January 13, 2023 06:26
l1-l2-integration-messaging-example-l1code
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
@cryptoleek-eth
cryptoleek-eth / starknet_dev_cheatsheet.md
Last active December 5, 2022 07:13
Starknet DEV ENV Cheat Sheet

install build tools

xcode-select --install

install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@cryptoleek-eth
cryptoleek-eth / apto_ait3_setup_node.md
Last active October 16, 2022 06:48
AIT3 Incentivized Testnet 节点搭建 傻瓜喂奶教程
@cryptoleek-eth
cryptoleek-eth / main.py
Created July 23, 2021 10:39
Chubbies Generation Code
'''
The MIT License
Copyright (c) 2021 Chubbies NFT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the