https://github.com/tommaso-crocetti/bls12_381
Repository for the development with HardHat of a Solidity smart contract for on-chain verification of BLS signature for Ethereum2 Beacon chain..
https://github.com/tommaso-crocetti/bls12_381
bls12-381 ethereum hardhat solidity typescript
Last synced: about 2 months ago
JSON representation
Repository for the development with HardHat of a Solidity smart contract for on-chain verification of BLS signature for Ethereum2 Beacon chain..
- Host: GitHub
- URL: https://github.com/tommaso-crocetti/bls12_381
- Owner: Tommaso-Crocetti
- Created: 2024-10-07T16:51:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:58:16.000Z (6 months ago)
- Last Synced: 2025-04-04T15:13:16.296Z (about 2 months ago)
- Topics: bls12-381, ethereum, hardhat, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 114 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts
```