
Testnet by Morpho Labs
Morpho is a peer-to-peer layer built on top of lending pools such as Compound and Aave Raised: $18M from a16z crypto and 82 other investors Rewards: 51% of $MORPHO tokens are allocated to the communityOfficial announcement of the testnet launch Morpho 🦋 @MorphoLabs We have some exciting news! Morpho Blue and MetaMorpho contracts are deployed on Goerli Testnet! How can users and developers participate? 91 9:59 AM • Nov 15, 2023 What to do? • Request test tokens from the faucet• Visit the webs...

Antimatter testnet guide
Antimatter is a BNB Chain Sidechain for the scalability of financial infrastructure 💰 Rewards: possible airdrop 📣 Official announcement: link The last testnet before the launch of the mainnet is running nowWhat to do?Manually add a test network to MetaMask Name: Antimatter B2 Testnet RPC URL: http://bastest-rpc.antimatter.finance Chain ID: 20221 Currency Symbol: MATTER Explorer: http://bastest-explorer.antimatter.financeNext, take the test tokens from the faucetNow go to the website and con...

Base: contract deployment
Base is an Ethereum L2, incubated by Coinbase and built on the open-source OP Stack Coinbase raised $574.2M from a16z, Polychain Capital, and othersWhat to do:• Add the testnet network to your wallet• Request test tokens from the faucet• Go to Remix and create a new workspace • Visit the “Solidity Compiler” tab • Select version 0.8.0 and click “Auto Compile” • Open the “Deploy Transactions” tab • Select MetaMask as Environment • Create a new file and paste this code:// SPDX-License-Identifier...
Exploring the crypto market under the microscope 🔬

Testnet by Morpho Labs
Morpho is a peer-to-peer layer built on top of lending pools such as Compound and Aave Raised: $18M from a16z crypto and 82 other investors Rewards: 51% of $MORPHO tokens are allocated to the communityOfficial announcement of the testnet launch Morpho 🦋 @MorphoLabs We have some exciting news! Morpho Blue and MetaMorpho contracts are deployed on Goerli Testnet! How can users and developers participate? 91 9:59 AM • Nov 15, 2023 What to do? • Request test tokens from the faucet• Visit the webs...

Antimatter testnet guide
Antimatter is a BNB Chain Sidechain for the scalability of financial infrastructure 💰 Rewards: possible airdrop 📣 Official announcement: link The last testnet before the launch of the mainnet is running nowWhat to do?Manually add a test network to MetaMask Name: Antimatter B2 Testnet RPC URL: http://bastest-rpc.antimatter.finance Chain ID: 20221 Currency Symbol: MATTER Explorer: http://bastest-explorer.antimatter.financeNext, take the test tokens from the faucetNow go to the website and con...

Base: contract deployment
Base is an Ethereum L2, incubated by Coinbase and built on the open-source OP Stack Coinbase raised $574.2M from a16z, Polychain Capital, and othersWhat to do:• Add the testnet network to your wallet• Request test tokens from the faucet• Go to Remix and create a new workspace • Visit the “Solidity Compiler” tab • Select version 0.8.0 and click “Auto Compile” • Open the “Deploy Transactions” tab • Select MetaMask as Environment • Create a new file and paste this code:// SPDX-License-Identifier...
Exploring the crypto market under the microscope 🔬

Subscribe to Atoms Research

Subscribe to Atoms Research


Share Dialog
Share Dialog
>600 subscribers
>600 subscribers
Aligned is a decentralized ZK proof verification layer
Raised: $22.6M from Hack VC, dao5, StarkWare and others
The project has recently launched testnet 3

• Download and install Aligned to send proofs in the testnet
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/install_aligned.sh | bash
• Download an example SP1 proof file with it's ELF file using:
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/get_proof_test_files.sh | bash
• Send the proof
rm -rf ~/aligned_verification_data/ &&
aligned submit \
--proving_system SP1 \
--proof ~/.aligned/test_files/sp1_fibonacci.proof \
--vm_program ~/.aligned/test_files/sp1_fibonacci-elf \
--aligned_verification_data_path ~/aligned_verification_data \
--conn wss://batcher.alignedlayer.com
• You should get a response
[2024-06-17T22:06:03Z INFO aligned] Proof submitted to aligned. See the batch in the explorer:
https://explorer.alignedlayer.com/batches/0x8ea98526e48f72d4b49ad39902fb320020d3cf02e6506c444300eb3619db4c13
[2024-06-17T22:06:03Z INFO aligned] Batch inclusion data written into /Users/maurofab/aligned_verification_data/8ea98526e48f72d4b49ad39902fb320020d3cf02e6506c444300eb3619db4c13_225.json
[2024-06-17T22:06:03Z INFO aligned] All messages responded. Closing connection...
https://explorer.alignedlayer.com/batches/0x8ea98526e48f72d4b49ad39902fb320020d3cf02e6506c444300eb3619db4c13```
• You can use the link to the explorer to check the status of your transaction. Then after three blocks, you can check if it has been verified with:
aligned verify-proof-onchain \
--aligned-verification-data ~/aligned_verification_data/*.json \
--rpc https://ethereum-holesky-rpc.publicnode.com \
--chain holesky
• You should get this result:
[2024-06-17T21:58:43Z INFO aligned] Your proof was verified in Aligned and included in the batch!
• If the proof wasn't verified you should get this result:
[2024-06-17T21:59:09Z INFO aligned] Your proof was not included in the batch.
• If you want to verify your proof in your own contract, use a static call to the Aligned contract. You can use the following Caller Contract as an example
• Tweet the link to your batch verification with #aligned and tag @alignedlayer
• Go to Galxe page and complete the tasks
• Answers: A, B, B, B, B, B, B
✅ That’s all!
✨ Collect this entry showing your support to our team! More collects-more guides!
Aligned is a decentralized ZK proof verification layer
Raised: $22.6M from Hack VC, dao5, StarkWare and others
The project has recently launched testnet 3

• Download and install Aligned to send proofs in the testnet
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/install_aligned.sh | bash
• Download an example SP1 proof file with it's ELF file using:
curl -L https://raw.githubusercontent.com/yetanotherco/aligned_layer/main/batcher/aligned/get_proof_test_files.sh | bash
• Send the proof
rm -rf ~/aligned_verification_data/ &&
aligned submit \
--proving_system SP1 \
--proof ~/.aligned/test_files/sp1_fibonacci.proof \
--vm_program ~/.aligned/test_files/sp1_fibonacci-elf \
--aligned_verification_data_path ~/aligned_verification_data \
--conn wss://batcher.alignedlayer.com
• You should get a response
[2024-06-17T22:06:03Z INFO aligned] Proof submitted to aligned. See the batch in the explorer:
https://explorer.alignedlayer.com/batches/0x8ea98526e48f72d4b49ad39902fb320020d3cf02e6506c444300eb3619db4c13
[2024-06-17T22:06:03Z INFO aligned] Batch inclusion data written into /Users/maurofab/aligned_verification_data/8ea98526e48f72d4b49ad39902fb320020d3cf02e6506c444300eb3619db4c13_225.json
[2024-06-17T22:06:03Z INFO aligned] All messages responded. Closing connection...
https://explorer.alignedlayer.com/batches/0x8ea98526e48f72d4b49ad39902fb320020d3cf02e6506c444300eb3619db4c13```
• You can use the link to the explorer to check the status of your transaction. Then after three blocks, you can check if it has been verified with:
aligned verify-proof-onchain \
--aligned-verification-data ~/aligned_verification_data/*.json \
--rpc https://ethereum-holesky-rpc.publicnode.com \
--chain holesky
• You should get this result:
[2024-06-17T21:58:43Z INFO aligned] Your proof was verified in Aligned and included in the batch!
• If the proof wasn't verified you should get this result:
[2024-06-17T21:59:09Z INFO aligned] Your proof was not included in the batch.
• If you want to verify your proof in your own contract, use a static call to the Aligned contract. You can use the following Caller Contract as an example
• Tweet the link to your batch verification with #aligned and tag @alignedlayer
• Go to Galxe page and complete the tasks
• Answers: A, B, B, B, B, B, B
✅ That’s all!
✨ Collect this entry showing your support to our team! More collects-more guides!
No activity yet