Skip to content

Instantly share code, notes, and snippets.

@arjanjohan
arjanjohan / setup.md
Created January 30, 2026 11:45 — forked from dabit3/setup.md
How to set up Clawdbot on Digital Ocean

Clawdbot on DigitalOcean

1. Create a Droplet

Ubuntu 24.04 LTS, nearest region

2. Select Premium AMD

2 GB RAM / 1 AMD CPU / 50 GB NVMe

3. SSH into server

module deployment_addr::billboard {
use std::error;
use std::signer;
use std::string::{String};
use std::vector;
use aptos_framework::event;
use aptos_framework::timestamp;
const ENOT_OWNER: u64 = 1;
//! Tests for the bonecoin wallet
use super::*;
use std::time::Instant; // TODO Import allowed?
fn empty_wallet() -> Wallet {
Wallet::new(vec![].into_iter())
}
fn wallet_with_alice() -> Wallet {