l1-lottery-contracts
Version:
This repo contains smart contracts and related scripts for ZkNoid L1 Lottery proposed [here](https://forums.minaprotocol.com/t/zknoid-l1-lottery/6269)
27 lines • 668 B
JavaScript
;
// import axios from 'axios';
// let response = await axios.post(
// 'https://api.minascan.io/node/devnet/v1/graphql',
// JSON.stringify({
// query: `
// query {
// block (stateHash: "jxydnwVuHCGohXntpNtsYwt83x4V1yK4iGsAxENKBZ4zYD6u8xN") {
// stateHash
// protocolState {
// consensusState (blockHeight: 4) {
// }
// }
// }
// }
// `,
// }),
// {
// headers: {
// 'Content-Type': 'application/json',
// },
// responseType: 'json',
// }
// );
// console.log(response.data);
// console.log(JSON.stringify(response.data));
//# sourceMappingURL=hash_proof.js.map