kora-rpc 1.0.2

RPC server for Kora gasless relayer
Documentation
1
2
3
4
5
use kora_rpc::openapi::docs::update_docs;

fn main() {
    update_docs();
}