https://github.com/kimiwu123/samples
Samples of Ethereum smart contracts, golang and circom for beginners.
https://github.com/kimiwu123/samples
circom ethereum golang solidity zero-knowledge-proofs
Last synced: about 2 months ago
JSON representation
Samples of Ethereum smart contracts, golang and circom for beginners.
- Host: GitHub
- URL: https://github.com/kimiwu123/samples
- Owner: KimiWu123
- License: mit
- Created: 2019-07-20T09:06:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T06:50:09.000Z (over 2 years ago)
- Last Synced: 2025-04-04T00:11:57.082Z (about 1 year ago)
- Topics: circom, ethereum, golang, solidity, zero-knowledge-proofs
- Language: C++
- Homepage:
- Size: 18.6 MB
- Stars: 38
- Watchers: 2
- Forks: 10
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samples
Samples of Ethereum smart contracts, golang for beginners and circom(arithmetic circuits for zkp).
## Smart contracts
Not only smart contract examples but also workable client sample codes, golang or Java.
**All the contracts are for demo/education purpose. Do NOT use for production without editing.**
* 1. [ecrecover](./contracts/ecrecover/)
* 2. [multisig](./contracts/multisig/)
* 3. [ballot](./contracts/ballot)
* 4. [relay](./contracts/relay)
## Golang
* [simple API](./go/api)
## Circom
* [MiMC](./circom/mimc)
* [EdDSA](./circom/eddsa)
* [EdDSAMiMCSponge](./circom/eddsaMiMCSponge)
* [SHA256](./circom/sha256)
* [Pedersen](./circom/pedersen)
* [Simple zk Rollup Sample](./circom/rollupSample)