Skip to content

ChiefWoods/multisig

Repository files navigation

Multisig

Multisig wallet inspired by Squads Multisig.

Source Repository

Built With

Languages

  • Rust
  • TypeScript

Libraries

Crates

Test Runner

  • Bun

Getting Started

Prerequisites

  1. Update your Solana CLI, avm and Bun toolkit to the latest version
agave-install init 2.1.0
avm use 0.31.1
bun upgrade

Setup

  1. Clone the repository
git clone https://github.com/ChiefWoods/multisig.git
  1. Install all dependencies
bun i
  1. Resync your program id
anchor keys sync
  1. Build the program
anchor build

Testing

Run all .test.ts files under /tests.

bun test

Deployment

  1. Configure to use localnet
solana config set -ul
  1. Deploy the program
anchor deploy
  1. Optionally initialize IDL
anchor idl init -f target/idl/prediction.json <PROGRAM_ID>

Issues

View the open issues for a full list of proposed features and known bugs.

Acknowledgements

Resources

Contact

chii.yuen@hotmail.com

About

Multisig wallet inspired by Squads Multisig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors