MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / dev_identity

Function dev_identity

atomic-canonical/src/proof.rs:217–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 use serde_json::json;
216
217 fn dev_identity() -> (Identity, KeyPair) {
218 let kp = KeyPair::generate();
219 let id = Identity::new("lee", &kp);
220 (id, kp)
221 }
222
223 fn minimal_value() -> Value {
224 json!({

Calls

no outgoing calls