IaM <DEV>

Results 8 issues of IaM <DEV>

Test need to be done

@solidstate/contracts
@solidstate/spec
@solidstate/abi

Add a github workflow for automated testing and slither test see also: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/.github/workflows/test.yml https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/.github/workflows/slither.yml

What is Semaphore: The privacy in Semaphore is created by introducing a larger set of identities called “identity commitments,” which are hashes of a secret string, and comparable to a...

**Describe the bug** const salt = await bcrypt.genSalt(); ^ TypeError: Cannot read properties of undefined (reading 'genSalt') at UserSeedService.run (/xx/nestjs/src/database/seeds/relational/user/user-seed.service.ts:26:33) at processTicksAndRejections (node:internal/process/task_queues:95:5) at async runSeed (/xx/nestjs/src/database/seeds/relational/run-seed.ts:13:3) **To Reproduce** 1....

ERC-4337: Account Abstraction Using Alt Mempool An account abstraction proposal which completely avoids consensus-layer protocol changes, instead relying on higher-layer infrastructure. Contracts: - BaseAccount - BasePaymaster - EntryPoint - SenderCreator...

### Describe the bug I'm trying to deploy a smart contract within a folder. Folder structure: - src -- guardians --- GuardianZkApp.ts Command: ``` zk deploy ✔ Which deploy alias...

### Describe the problem Create a new project ```bash zk project hello ``` Choose for next ``` ? Create an accompanying UI project too? … ❯ next ``` Not able...