Skip to content

decentldotland/molecule-apis-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@decentdotland/molecule-apis-wrapper

web3 libraries wrapper, util repo for molecule.sh

Build & Run

git pull https://github.com/decentldotland/molecule-apis-wrapper.git

npm install && npm run start

Endpoints

Tonweb Wrapper

  • GET /tonweb/:pubkey/:message/:signature

Parameters Format:

  • all params should be base64 encoded

Massa Wrapper

  • GET /massa/:pubkey/:message/:signature

Parameters Format:

  • message : base64 encoded
  • pubkey and signature : base58 encoded

Tezos Wrapper

  • GET /tezos/:pubkey/:message/:signature

Parameters Format:

  • message : base64 encoded

Deso Wrapper

  • GET /deso/:pubkey/:message/:signature

Parameters Format:

  • message : base64 encoded

Aptos Wrapper

  • GET /aptos/:pubkey/:message/:signature

Parameters Format:

  • message : base64 encoded
  • pubkey and signature : hex string

Nostr Wrapper

  • GET /nostr/:encoded_event/:pubkey/:encoded_content

Parameters Format:

  • encoded_event: base64 encoded string of the stringified Nostr signing object

  • pubkey: the caller's Nostr public key

  • encoded_content: the expected signature message from the Nostr signature

EverPay Wrapper

  • GET /everpay/tx/:txid

Redstone Wrapper

  • GET /redstone/:ticker

ANS Storage Wrapper

  • GET /ans/store-sig/:sig

Parameters Format

  • sig : Arweave signature encoded in base64

License

This repository is licensed under the MIT license