InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
🥴1
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
register.succinct.foundation
Prove Portal | Succinct Foundation
Check your eligibility and register to claim your rewards from the Succinct testnet.
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
InsideDropLabs
docker compose down -v
nano .env
RPC_URL Kalian ubah dengan ini :
https://sepolia-arb-rpc.agnc.my.id
CTRL, X, Y, Enter
bash upgrade.sh
docker compose logs --tail 100 -f
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
ethereum.org
10 Year Anniversary
Celebrating 10 years of censorship resistance, 100% uptime, decentralization, community building, developer growth, global collaboration, cypherpunk values, hackathons, censorship resistance, permissionless finance, credible neutrality, the infinite garden…
InsideDropLabs
1. Approval Trap
2. Reentrancy Trap
3. Withdraw Trap / Honey Pot
4. Gas Trap
5. Delegatecall Trap
docker compose down -v
cd && cd my-drosera-trap
nano drosera.toml
path = "out/Trap.sol/Trap.json"
response_contract = "YOURCONTRACT"
response_function = "NAMEFUNCTION(string)"
Perhatikan Point Dibawah ini :
Untuk "path" ganti seperti diatas
Untuk "response_contract" ganti dengan contract yang sudah dibuat (Your Unique Contract)
Untuk "response_function" ganti dengan nama logika contract, Cont. "botSpender(string)"
CTRL X,Y, Enter
nano src/Trap.sol
Delete Dan Paste ini :
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
import {ITrap} from "drosera-contracts/interfaces/ITrap.sol";
interface IYOURCONTRACTNAME {
function isActive() external view returns (bool);
}
contract Trap is ITrap {
address public constant RESPONSE_CONTRACT = YOUR CONTRACT ADDRESS;
string constant discordName = "usernamediscord"; //
function collect() external view returns (bytes memory) {
bool active = IYOURCONTRACTNAME(RESPONSE_CONTRACT).isActive();
return abi.encode(active, discordName);
}
function shouldRespond(bytes[] calldata data) external pure returns (bool, bytes memory) {
(bool active, string memory name) = abi.decode(data[0], (bool, string));
if (!active || bytes(name).length == 0) {
return (false, bytes(""));
}
return (true, abi.encode(name));
}
}
CTRL X,Y, Enter
droseraup
forge build
DROSERA_PRIVATE_KEY=YOURPRIVATEKEY drosera apply
drosera dryrun
cd && cd Drosera-Network
docker compose up -d && docker compose logs -f
1. Copy link trap address kalian
2. Buat tutorial cara kerja dan setup contract kalian di github
3. Share di X
4. Link Contract Kalian
Cont :
1. Dashboard Link : https://app.drosera.io/trap?trapId=YOURTRAPADDRESS
2. Github Setup : https://github.com/Ajipur-Oprekers/Drosera
3. X : https://x.com/Ajipur26/status/1944828579428393157
4. My Own Traps : https://hoodi.etherscan.io/token/0xF72B291c102e9277412963084076de71d5e66b52
Please open Telegram to view this post
VIEW IN TELEGRAM
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
app.drosera.io
Drosera Explorer
Explore the Drosera dapp to view available Traps, monitor protocol statistics, and manage your rewards. Optimize your blockchain security and maximize your benefits with Drosera.
InsideDropLabs
Photo
https://x.com/almondweb3/status/1930640592289059296
Untuk roles kalian bisa dapat dengan 4 cara :
1. Membadut
2. Buat Thread
3. Buat Art
4. Operator
Masing-masing ada tier nya, dan kalian sesuaikan saja dengan keterampilan kalian. Lebih cocok di jalur mana.
Untuk roles kalian bisa dapat dengan 4 cara :
1. Membadut
2. Buat Thread
3. Buat Art
4. Operator
Masing-masing ada tier nya, dan kalian sesuaikan saja dengan keterampilan kalian. Lebih cocok di jalur mana.
👍1
InsideDropLabs
Persyaratan, HOLD Roles :
1. Wava
2. Bloob
3. Echo
4. Zippy
5. Blue
👑 ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️
⬜️ ⬜️ ⬜️ ⬜️ 👑 ⬜️ ⬜️ ⬜️
⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ 👑
⬜️ ⬜️ ⬜️ ⬜️ ⬜️ 👑 ⬜️ ⬜️
⬜️ ⬜️ 👑 ⬜️ ⬜️ ⬜️ ⬜️ ⬜️
⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ 👑 ⬜️
⬜️ 👑 ⬜️ ⬜️ ⬜️ ⬜️ ⬜️ ⬜️
⬜️ ⬜️ ⬜️ 👑 ⬜️ ⬜️ ⬜️ ⬜️
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source "$HOME/.cargo/env"
git clone https://github.com/SoundnessLabs/soundness-layer && cd soundness-layer && git checkout 6f155ac0b843694a7f219afde95da12c58f0f5fe^ && cd soundness-cli && cargo install --path . && cd target/release
rm ~/.cargo/bin/soundness-cli && curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash && source ~/.bashrc && soundnessup update
soundness-cli import-key --name "YOURNAME" --mnemonic "PHARSEKEY"
Ganti "YOURNAME" dengan nama akun kalian & "PHARSEKEY" dengan Pharse Key Kalian
Setelah ENTER jangan lupa masukan password (Gunakan password yang sebelumnya sudah dibuat atau buat baru)
Sebelum paste command dari "🔧 Soundness CLI Command", cek kembali bagian :
soundness-cli send --proof-file="bYgChXXXXXXXXXXXXXXXX" --game="8queens" --key-name="" --proving-system="ligetron" --payload='{"program": "/root/ligero_internal/sdk/build/examples/8queen.wasm", "shader-path": "/root/ligero_internal/shader", "packing": 8000, "private-indices": [1, 2], "args": [{"str": "1111111111111111"}, {"str": "11111111111111111111111111111111"}, {"str": "ezxXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}, {"str": "1XXXXXXXX0562XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}]}'
📄 Raw server response:
{"status":"success","message":"Proof processing completed","proving_system":"ligetron","proof_verification_status":true,"sui_status":"error","sui_transaction_digest":null,"proof_data_blob_id":null,"vk_blob_id":null,"suiscan_link":null,"walruscan_links":[null,null]}
Berarti server sedang down, ulangi beberapa jam kedepan. Ulangi game 24 jam sekali atau saat game unlock sesuai dengan roles kalian untuk generate more Attestation. LFG
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
❤3
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
claim.succinct.foundation
Claim Your Rewards | Succinct Foundation
Claim your rewards from the Succinct testnet.
InsideDropLabs
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
InsideDropLabs
Photo
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
InsideDropLabs
Photo
Please open Telegram to view this post
VIEW IN TELEGRAM