web3 libraries wrapper, util repo for molecule.sh
git pull https://github.com/decentldotland/molecule-apis-wrapper.git
npm install && npm run start
GET /tonweb/:pubkey/:message/:signature
- all params should be base64 encoded
GET /massa/:pubkey/:message/:signature
message
: base64 encodedpubkey
andsignature
: base58 encoded
GET /tezos/:pubkey/:message/:signature
message
: base64 encoded
GET /deso/:pubkey/:message/:signature
message
: base64 encoded
GET /aptos/:pubkey/:message/:signature
message
: base64 encodedpubkey
andsignature
: hex string
GET /nostr/:encoded_event/:pubkey/:encoded_content
-
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
GET /everpay/tx/:txid
GET /redstone/:ticker
GET /ans/store-sig/:sig
sig
: Arweave signature encoded in base64
This repository is licensed under the MIT license