Skip to content

Roadmap #1

@coolaj86

Description

@coolaj86
  • Create DIP9/DIP13 key for identity
  • Create the other 5 keys for an identity
  • Create AssetLock Tx
  • Broadcast via Tx
  • Create AssetLockProof
    (txoutproof for block?? getaddressmempool for instant send??)
    • assetLockTransaction.hash
    • dpp.identity.createInstantAssetLockProof(
          instantLock.toBuffer(),
          assetLockTransaction.toBuffer(),
          outputIndex,
      )
      dpp.identity.createChainAssetLockProof(
          // @ts-ignore
          assetLockMetadata.height,
          assetLockTransaction.getOutPointBuffer(outputIndex),
      )
      
  • Create TRANSition (NOT transACTION)
  • listen on p2p for isdlock messages zmq for zmqpubrawtxlocksig notifications
  • Broadcast via GRPC
grpcui -proto ./packages/dapi-grpc/protos/platform/v0/platform.proto seed-1.testnet.networks.dash.org:1443

Biggest Reference

https://docs.dash.org/projects/platform/en/latest/docs/reference/dapi-endpoints-platform-endpoints.htm

Resources

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions