
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
Share Dialog
>600 subscribers

Powerloom Protocol is a decentralized data protocol primarily designed to meet the growing data requirements of smart contract-based applications, including DeFi, games, and other user-centric platforms
Raised: $3.1M from Blockchain Capital and others
• First, you need to buy access to the node

• Then follow the link and complete the steps
The first and most complicated step is Simulation Setup. There will be a Setup Instructions button that you can navigate to and install the node with simple instructions. These instructions will help you install the simulation node on any of the operating networks. At this point, you do not need a separate server to keep the node on the network. You can perform this ceremony on your local computer. In the future, you will need to rent a server.
Operating system: server Ubuntu 22.04
The first thing to do is to rent a server.
For example, you can use Hetzner
Minimum System Requirements:
RAM: A minimum of 4 GB.
CPU Core: Minimum of 4 Cores
Disk Space: At least 40 GB.
Operating System: Windows or Linux.
Python: Ensure Python 3.10 or newer is installed.
Now you need to log in to the server, you can use MobaXterm
To log in, you will need the server IP address, log in and password. All this should be provided by the server provider. In MobaXterm, click the "Session" button and enter the IP address of the server. Log in, usually using the root login and the password provided to you
You need to prepare the server for node installation:
Upgrade packages:
sudo apt update && sudo apt upgrade -y
Check the Python version:
python3 --version
If your version is not 3.10.x, then install:
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10
Install Docker and Docker-compose:
sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo curl -L
"https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
That's it, the server is ready, you can start running the node:
• Copy files from GitHub git clone -b simulation_mode
https://github.com/PowerLoom/snapshotter-lite powerloom
• Go to the directory with the files cd powerloom
• Run the script ./build.sh
• The script will ask for data. Create a new empty wallet in advance for these actions:
$SOURCE_RPC_URL: any Ethereum Mainnet RPC, such as Ankr, Infura, or Alchemy.
SIGNER_ACCOUNT_ADDRESS: insert your wallet address
SIGNER_ACCOUNT_PRIVATE_KEY: insert your wallet's private key (no 0x)
Expect the following:

That's it. You can close the terminal
Now go back to this page, run the check, fill in the data and you will have a link to KYC
Pass KYC and wait for the testnet launch on February 16, where you will need to run a full node
✅ That’s all!
✨ Collect this entry showing your support to our team! More collects-more guides!