Skip to content

feat: build solana-sdk

Sundeep Charan Ramkumar requested to merge feat/solana-hackathon into main

Solana SDK features

  1. Create Epoch Config (Storing the initial config of epoch expiration time and deployer address)
  2. Add Epoch (With witnesses)
  3. Create Group
  4. Add members to group (with ECDSA signature recovery)
  5. Create Dapp

This PR ensures to port the critical features currently residing on the ETH side of things.

Edited by Sundeep Charan Ramkumar

Merge request reports