cargo build-bpf --manifest-path=./program/Cargo.toml --bpf-out-dir=dist/program
cargo build-bpf --manifest-path=./program/Cargo.toml --bpf-out-dir=dist/program
solana-keygen recover -o dist/program/multisig-buffer-keypair.json
solana program deploy --buffer dist/program/multisig-buffer-keypair.json dist/program/multisig.so
cargo test-bpf --manifest-path=./program/Cargo.toml
wasm-pack build --target web --out-name index program -- --features wasm
cargo build --release --manifest-path=./program/Cargo.toml --features=bindings