ZencypherSolutions / semaphore-stellar-contracts

MIT License
2 stars 10 forks source link

feat: organize smart contracts file structures #22

Open Josue19-08 opened 1 day ago

Josue19-08 commented 1 day ago

A structure was created for the contracts in Soroban. Each contract (semaphore_key_pts, verifier, group) has its own subdirectory under contracts/, with its configuration in Cargo.toml and its code in src/lib.rs. https://github.com/ZencypherSolutions/semaphore-stellar-contracts/issues/17

evgongora commented 1 day ago

Good job so far! Just missing structuring the main Semaphore contract and organizing the Semaphore group contract

Josue19-08 commented 2 hours ago

@evgongora Could review again, please.