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

Function dev_identity

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

Source from the content-addressed store, hash-verified

266 use serde_json::json;
267
268 fn dev_identity() -> (Identity, KeyPair) {
269 let kp = KeyPair::generate();
270 let id = Identity::new("lee", &kp);
271 (id, kp)
272 }
273
274 fn minimal_value() -> Value {
275 json!({

Calls

no outgoing calls