Build a Gacha Machine
git clone https://github.com/dephy-io/dephy-vending_machine-examples.gitHow to Run Locally
Messaging
let filter = Filter::new() .kind(EVENT_KIND) .since(Timestamp::now()) .custom_tag(SESSION_TAG, ["gacha_session"]) .custom_tag(MENTION_TAG, [gacha_machine_pubkey.to_hex()]); let sub_id = relay_client.subscribe(Timestamp::now(), [gacha_machine_pubkey]).await?;
Building Controller
Solana Interaction
Last updated

