Open bitfalt opened 4 days ago
Could I be assigned to this? I'm a software developer with over four years of experience
ETA: 5 hours
I would like to work on this issue
Hello maintainers I’m BRACR10 a contributor from Dojo Coding. I would love to take this issue, I have been exploring the Stellar ecosystem and Soroban, I seem interested in contributing to the project,I plan to organize contracts according to structure and supporting me of documentation if necessary.
I’d like to work on this.
I am an intermediate fullstack developer with experience in organizing Rust-based projects. I’ve worked on structuring smart contract codebases, making me well-suited to implement Soroban's recommended file structure.
Hi, I'm Josué, and I'm part of the Dojo Coding community. I have experience in programming languages such as Angular, React, C#, .NET, C++, PHP, Python, Java, Node.js, and JavaScript, among others. I'm passionate about software development and enjoy contributing to open-source projects, applying my knowledge to solve problems in a practical way. Additionally, I’m working on the project Citizen Of Arcanis, where I’ve had to use Unity, so I’m also skilled with this tool.
To comply with the recommended Soroban structure, I would create a contracts folder and assign a subfolder for each Solidity file (Constants, SemaphoreGroups, SemaphoreVerifier, SemaphoreVerifierKeyPts) within it. I would place each .sol file in its respective subfolder, ensuring adherence to the structured format that includes a Cargo.toml file.
Can I work on this, please? I'm a frontend and smart contract developer. I have a solid background in tailwindCSS, react, nextjs, javascript, typescript, cairo, rust ETC. I will look at the structure provided and create a standard structure for each smart contract. Then I will create a folder for each smart contract
ETA: 12hrs.
hello, my name is joanne, i have a background in software development , currently i have been learning rust and creating projects in rust , i would love to work on this issues , i would start by creating the required folders and naming them in the right way
May i work on this issue @bitfalt?
I will change the file directory as you mentioned and also make sure everything works after the restructuring.
eta: 2 days
Let me handle this issue!
Hi @evgongora with my experience with Soroban. I can also help to properly arrange these contracts asap.
Hi! @bitfalt I'm Joseph Poveda, I'm a member of the Dojo Coding community. A bit about my background is that I'm just starting out with Only Dust and I want to contribute as much as I can to the project. My knowledge of different programming languages will allow me to better solve problems. To solve this issue I will:
Hi, I am proficient Blockchain developer expert in Cairo , Rust and Solidity and also in web development. please /assign this issue . Thank You
I'd like to help implement this directory structure for the smart contracts. Here's my proposed approach:
contracts/ ├── group/ │ ├── src/ │ │ ├── lib.rs │ │ └── test.rs │ └── Cargo.toml ├── verifier/ │ ├── src/ │ │ ├── lib.rs │ │ └── test.rs │ └── Cargo.toml └── semaphore_key_pts/ ├── src/ │ ├── lib.rs │ └── test.rs └── Cargo.toml
Each contract will follow the same structure as the example hello_world contract, ensuring consistency across the project.
I will make sure each contract has its own Cargo.toml with appropriate dependencies and configurations.
I can start working on this if you assign this issue to me. Please let me know if you'd like any modifications to this approach.
Each smart contract should have their own directory, according to Soroban.
Create a folder for each smart contract, at the moment we only have 3 (Group, Verifier, SemaphoreKeyPts).
Following the Soroban recommended structure which is the following:
contracts
, each in their own directory. There is already ahello_world
contract in there to get you started.