dist_agent_lang 1.0.5

A hybrid programming language for decentralized and centralized network integration
Documentation
1
2
3
4
5
6
7
8
9
@trust("hybrid")
@chain("ethereum", "solana")
service Test {
    name: string = "Test";
}

let t = Test::new();
print("Test service created");