Skip to content

Instantly share code, notes, and snippets.

View rya-sge's full-sized avatar

Ryan S. rya-sge

View GitHub Profile

Awesome crypto events playlist

If you want to deepen your knowledge in the field of crypto and blockchain, video from conferences are a great resources of information.

A lot of events provide very insightful talks and the videos are available freely on YouTube.

Here a quick list:

@rya-sge
rya-sge / awesome-solidity-doc-tools.md
Last active June 25, 2024 13:00
awesome-solidity-doc-tools

Awesome solidity doc tools

There are a lot of tools to create an excellent documentation for your Solidity Smart Contracts.

Here a quick list:

  • Slither to perform a static analysis on the smart contract and generate a vulnerability report.
  • Solidity-docgen: extract the documentation
  • Surya : generate graph, inheritance, markdown report, ...
  • Solgraph: generates a DOT graph that visualizes function control flow of a Solidity contract and highlights potential security vulnerabilities.
  • Sol2uml: generate an UML/Class diagram
@rya-sge
rya-sge / awesome-restaking-protocol.md
Last active June 25, 2024 12:59
awesome-restaking-protocol

Awesome restaking protocol

This gist presents a list of protocol related to restaking
  • EigenLayer EigenLayer is a protocol built on Ethereum that introduces restaking, this primitive enables the reuse of ETH on the consensus layer. Users that stake ETH natively or with a liquid staking token (LST) can opt-in to EigenLayer smart contracts to restake their ETH or LST and extend cryptoeconomic security to additional applications on the network to earn additional rewards.

Strategy Manager for EigenLayer

@rya-sge
rya-sge / awesome-crypto-resources.md
Last active July 22, 2024 15:32
Awesome Blockchain & Crypto resources
@rya-sge
rya-sge / Awesome-blockchain-learning-resources.md
Last active July 23, 2024 18:33
Awesome blockchain learning resources

List of several courses on blockchain and cryptography

When the course is followed by ***, it means that I have followed, at least partially and I recommend it.

DeFi / General Concepts

This section lists the course to learn the general concepts related to Defi.

Beginner

@rya-sge
rya-sge / awesome-fungible-tokens.md
Last active July 19, 2024 14:00
Awesome fungible tokens across blockchain

Awesome Fungible Tokens

Each blockchain has its own way to represent a fungible token:

A) By providing a common interface or standard, like Ethereum with the well-known ERC-20.

B) or by incorporated into the blockchain a fungible token implementation.

Fungibility describes a commodity, security, or other good that is mostly interchangeable with other units of the same kind. For example, as a real-world analogy, a 10 USD bill can be interchanged with another 10 USD bill. They have the same value.