[Nextosi] Interacting with Compound Smart Contracts Directly

Hey Compound Community!

While building a decentralized hosting platform for frontends, I realized the importance of understanding how to interact with smart contracts directly, without relying on a traditional frontend or backend. This exploration led me to compile a guide with multiple methods for working with Compound smart contracts directly. Whether you’re learning, testing, or just want to dive into the protocol at a deeper level, this guide has something for you. Here’s a quick list of the different methods available:

  1. Etherscan
  2. Metamask - Manual Transactions
  3. Metamask - Javascript Console
  4. Command-Line tools
  5. Web3 Libraries
  6. Remix IDE

The full documentation is available on the Nextosi GitHub—be sure to check it out if you’re interested in exploring these methods in depth.

I hope this resource helps empower the community to interact with Compound more freely and sparks new ideas for decentralized innovation.

Feedback and contributions are always welcome!

2 Likes

Thank you I’ve been looking for a guide on how to do this. Would be good to be able to copy and paste what I want instead of relying on frontends that can be hijacked.