You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is a collection of Tenderly Node Extensions. It’s used to extend Tenderly Web3 Gateway, our Node-as-a-Service, with additional functionalities.
Node Extensions are a game-changing enhancement to our existing production node. This feature allows devs to create custom JSON-RPC method names and write custom JS/TS code snippets that are executed each time the method is called. It’s like having your very own sorcerer’s apprentice working behind the scenes! 🧙
Contributing to Tenderly Node Extensions Library
We welcome contributions to our public GitHub repository, which contains Node Extension examples and extension starter
code. By contributing to our open-source community library, you can help others learn from your work and potentially
inspire new use cases. Additionally, it becomes easier to share extensions among different projects and protocols,
making integrations and composition easier.
Read our documentation to get started with Tenderly Node Extensions.
How to Contribute
To contribute to our repository, simply open a pull request with your node extension source code and a detailed
description of its use case. We encourage you to include any relevant information or resources that can help others
understand and use your node extension. This can include documentation, diagrams, or even video tutorials.
Once your pull request is reviewed and approved, your node extension will be added to our repository and made available
for others to use and build upon. You will also be credited as the author of the node extension, which can help you
build your reputation within the community.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Introduction
This library is a collection of Tenderly Node Extensions. It’s used to extend Tenderly Web3 Gateway, our Node-as-a-Service, with additional functionalities.
Node Extensions are a game-changing enhancement to our existing production node. This feature allows devs to create custom JSON-RPC method names and write custom JS/TS code snippets that are executed each time the method is called. It’s like having your very own sorcerer’s apprentice working behind the scenes! 🧙
Contributing to Tenderly Node Extensions Library
We welcome contributions to our public GitHub repository, which contains Node Extension examples and extension starter
code. By contributing to our open-source community library, you can help others learn from your work and potentially
inspire new use cases. Additionally, it becomes easier to share extensions among different projects and protocols,
making integrations and composition easier.
Read our documentation to get started with Tenderly Node Extensions.
How to Contribute
To contribute to our repository, simply open a pull request with your node extension source code and a detailed
description of its use case. We encourage you to include any relevant information or resources that can help others
understand and use your node extension. This can include documentation, diagrams, or even video tutorials.
Once your pull request is reviewed and approved, your node extension will be added to our repository and made available
for others to use and build upon. You will also be credited as the author of the node extension, which can help you
build your reputation within the community.
Beta Was this translation helpful? Give feedback.
All reactions