Skip to content

ssantos21/blinded-musig2-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musig2 client

Before using this client, make sure you have the server running.

$ git clone https://github.com/ssantos21/blinded-musig2-client.git
$ cd blinded-musig2-client
$ cd build
$ cmake ..
$ make
$ ./client create-aggregated-public-key
{"aggregate_xonly_pubkey":"<pub-key>"}
$ ./client sign -a <pub-key> -m Teste

VSCode

  • Sample c_cpp_properties.json configuration (to detect packages fetched by CMake).
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}/**",
                "${workspaceFolder}/build/_deps/sqlite3-src/**"
            ],
            "defines": [],
            "compilerPath": "/usr/bin/gcc",
            "cStandard": "c17",
            "cppStandard": "gnu++17",
            "intelliSenseMode": "linux-gcc-x64"
        },
        {
            "name": "CMake",
            "compileCommands": "${config:cmake.buildDirectory}/compile_commands.json",
            "configurationProvider": "ms-vscode.cmake-tools"
        }
    ],
    "version": 4
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages