Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 533 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 533 Bytes

2024-07-18

test

  • runing yarn start SUCCESS ✅

  • runing cd users-file | ts-node serve.ts SUCCESS ✅

  • runing curl -X POST http://localhost:3001/user-activity SUCCESS ✅

  • runing cd rpc/server | cargo run SUCCESS ✅

  • runing test call SUCCESS ✅

    curl -X POST -d 'module 0x12::test{
    use std::debug::print;
    use std::string::utf8;
    #[test]
    fun test_server(){
      print(&utf8(b"server is running"));
    }
    }' http://127.0.0.1:8081/run_move

2024-08-07

  • save file