Powerloom
Powerloom is a consensus-backed data network protocol that enables builders to create verifiable data applications in Web3, offering flexible data markets with pre-computed APIs and validated datasets through lightweight, easily deployable nodes that ensure data integrity through cryptographic proofs
Home | Discord | Twitter | Docs
Minimum Hardware:
OS | CPU | RAM | SSD |
---|---|---|---|
Ubuntu 22.04 | 4 | 8 | 400 GB |
Dasboard
MINT NFT
: MINTConnect Wallet NFT
: DashboardInput burner Wallet / wallet in node
Bind Twitter
Bind Discord
KYC
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install git -y
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
git clone https://github.com/PowerLoom/snapshotter-lite powerloom-testnet
cd powerloom-testnet
screen -S powerloom
./build.sh
SOURCE_RPC_URL
: Use any Ethereum Mainnet RPC, such as Ankr, Infura, or AlchemySIGNER_ACCOUNT_ADDRESS
: Utilize a burner wallet for the signer account address. Please DO NOT use your main/primary walletSIGNER_ACCOUNT_PRIVATE_KEY
: Use the private key from your burner walletSLOT_ID
: To assign your node to a specific slot, please provide the corresponding Slot ID or NFT ID. You can locate your NFT ID within your transaction details on PolygonScanCTRL a + d
git pull
./build.sh