-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable interactions with smart contracts #8
Comments
@ElliotFriend i will love to work on this |
Hi @CollinsC1O! |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have experience in JavaScript and developing applications with Svelte, focusing on integrating blockchain technology using the Stellar SDK. My skills in creating user interfaces and managing state with Svelte stores will enable me to effectively implement the demo application for interacting with Stellar smart contracts. How I plan on tackling this issueI would design a user-friendly interface in Svelte for users to enter contract addresses, auto-generate the contract client using the Stellar SDK, and retrieve the WASM hash. Additionally, I’d implement a Svelte store to manage "saved contracts," ensuring a seamless experience for users to interact with various contract functions. Finally, I’d thoroughly test the implementation for reliability. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHello @ElliotFriend I am Joseph I am a Software developer and blockchain developer and I am also an active contributor here on only dust here is my profile https://app.onlydust.com/u/josephchimebuka. This is my first time to contribute to this repo ill appreciate the opportunity to contribute. How I plan on tackling this issueTo solve this, I will add a new entry in the dashboard's sidebar that directs users to a page where they can enter a smart contract's "C..." address. Upon entering the address, the contract Client will be auto-generated by fetching the underlying Wasm hash. I will implement the ability for users to interact with various contract functions by dynamically generating the interface based on the contract's methods. Additionally, I will create a new Svelte store to keep track of "saved contracts," allowing users to easily manage and interact with previously entered contracts. I will complete this in 3-4 days ser |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have a strong background in JavaScript and TypeScript development, with experience in integrating SDKs and managing user authentication flows. How I plan on tackling this issueI would approach this issue with the following steps: Start by reviewing the documentation for the new package to understand any differences or improvements. Identify Usage: Implement Changes: Testing: Update Dependencies: |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedi have a good background in javascript, python and basic Cairo knowledge, i do believe this would go a long way in the improvement of the basic payment app project. How I plan on tackling this issueFirst, I will take a dip look into the entire project and know what is required before diving to solve the problem of smart contract integration. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi my name is Joseph Gimba a computer engineer graduate that has passion for web3 and blockchain development, I have experience in writing smart contracts as well as integrating with JavaScript to build user friendly frontend apps. How I plan on tackling this issueCreate a simple page that allow users enter their contract address and get then get theWasm hash to create a contract client and create a simply UI for the functions which would be used to interact with the contract. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a Full Stack blockchain Developer with expertise in Next.js, Nest.js, TypeScript, JavaScript, React, Node.js, Three.js, Solidity and rust. My journey with OnlyDust hackathons began at Edition 1, and I've since made 69 contributions across 14 projects. With my extensive experience on the OnlyDust platform (profile: https://app.onlydust.com/u/Ugo-X), I've honed my skills in delivering quality solutions under pressure. I bring a unique blend of technical proficiency and user-focused design to every project, whether it's crafting immersive 3D experiences or developing smart contracts. My track record shows I can adapt quickly and contribute effectively to diverse challenges. As we surf through Edition 8, I'm excited to leverage my skills and hackathon experience to push the boundaries of blockchain development. I'm confident in my ability to tackle new challenges and drive innovation in this space. How I plan on tackling this issueI will approach this issue in the following manner:
|
Hi @ElliotFriend Is still being worked on?, i would love to be assigned to it if its available. |
Now that Stellar smart contracts are live on Mainnet, this application could be a good demo of how to interact with those contracts from a wallet's perspective.
I'm somewhat envisioning another entry in the dashboard's sidebar that takes the user to a page where they can enter a contract's
C...
address, the contract Client can be auto-generated from the address (will need to get the underlying Wasm hash), and then they can interact with all the various functions of the contract.Would be nice to have another Svelte store that keeps track of "saved contracts" or something, too.
The text was updated successfully, but these errors were encountered: