Open s0lness opened 2 months ago
Hi @s0lness I can work on this issue
I am applying to this issue via OnlyDust platform.
Hey , I am ikem Peter. a fullstack software developer with 3+ years of working experience, I would love to help out with this issue...
I would implement every requirement of an ERC20 token in Rust contract
I am applying to this issue via OnlyDust platform.
have got experience contributing to projects like the nearsdk, dojo, etc
thru the provided method and my own knowledg initiative
I am applying to this issue via OnlyDust platform.
I'm Poulav Bhowmick, a software engineer at Invisible Studios with a robust background in TypeScript, Rust, Solidity Cairo, fullstack development and blockchain technology. My experience includes building robust applications, optimizing functionalities and blockchain integration. I have actively participated in events and open source contributions, enhancing my capability to tackle real-world tech challenges. My projects can be viewed on my GitHub Profile and OnlyDust Profile. Plus I´m active member of Starknet community🇷.
I will work on this issue by following these steps:
I am applying to this issue via OnlyDust platform.
I'm a fullstack blockchain dev
i Would program to manage ERC20 tokens in Rust, and deploy it on Hylé usings the docs as a guide
I am applying to this issue via OnlyDust platform.
I have a degree in applied mathematics engineering and have worked as a ZKML Engineer
Read the example and the your 1st smart contract on Hylé
I am applying to this issue via OnlyDust platform.
I am a full stack web3 developer with experience in developing dapps. I have also contributed to core ETH repos on Golang and Rust clients.
I have written Rust smart contracts before and I will utilize that knowledge to write the smart contract for ERC20 tokens in rust. I will ensure that my code is:
Here are the functions for the ERC20 contract:
total_supply
balance_of
transfer
approve
transfer_from
allowance
mint
burn
ownership
transfer_ownership
pause
unpause
snapshot
event_emission
Hello all, thanks for applying 😄
Assigning this one to @chachaleo. For this one, the best starting point is http://github.com/Hyle-org/collatz-conjecture since that's Rust + risc0. Consider looking at our vibe checks contracts as well.
For questions, please join t.me/hyle_org. We try to keep the docs at https://docs.hyle.eu up-to-date but things change quickly.
Write a program to manage ERC20 tokens in Rust, which can be proved with Risc0, and deploy it on Hylé. Here's the documentation to code your 1st smart contract on Hylé.
Here's an example of the Cairo ERC20 contract used for the vibe check demo.