/summer-boot

Summer Boot (web2&web3, the decentralized web framework)

Primary LanguageRustOtherNOASSERTION

Summer Boot

(We ready to face the cruelty reality and long time , and it is we team dream to develop it)

The next generation decentralized web framework allows users to manage and share their own data.

It will be a wide area and cross regional web framework.

Future API Example Show

#[web3]
#[SummerBootApplication]
async fn main() {
    SummerApplication::run();
}
#[ResutController]
#[RequestMapping("api")]
async trait Api{
    // do something
}