From bfdc3e7f4dc7f955818f3a74aca936d15dba9197 Mon Sep 17 00:00:00 2001 From: thecookingsenpai Date: Mon, 25 Dec 2023 13:30:16 +0100 Subject: [PATCH] Initial commit --- README.md | 32 ++++++++++++++++++++++++++++++++ cleanthat.yaml | 15 +++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 README.md create mode 100644 cleanthat.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7f1031 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +- 👋 TheCookingSenpai - Blockdrops LLC + +- >> Fullstack developer +- >> Blockchain developer + +Tech Used: + +- >> Python +- >> JS (nodeJS, expressJS, parcelJS) +- >> Solidity +- >> Bash scripting + +Areas of interest: + +- >> NFT & Tokens +- >> Security +- >> New paradigm tools +- >> General purpose tools +- >> Generic forks + +Contact: + +- 📫 TG: @tcsenpai (https://t.me/tcsenpai) + +Articles Written: + +Blockchains and Security +- https://aiternalex.com/artificial-intelligence/blockchains-security/ + + + + diff --git a/cleanthat.yaml b/cleanthat.yaml new file mode 100644 index 0000000..85a6f9f --- /dev/null +++ b/cleanthat.yaml @@ -0,0 +1,15 @@ +syntax_version: "2021-08-02" +meta: + labels: + - "cleanthat" + refs: + branches: + - "refs/heads/develop" + - "refs/heads/main" + - "refs/heads/master" +source_code: + excludes: [] + includes: [] + encoding: "UTF-8" + line_ending: "UNKNOWN" +languages: []