Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

doichain-transaction

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doichain-transaction - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "doichain-transaction",
"version": "0.0.2",
"version": "0.0.3",
"description": "Create doichain transactions",

@@ -5,0 +5,0 @@ "main": "main.js",

# namecoin-transaction
Create the three standard [namecoin transactions](https://wiki.namecoin.info/index.php?title=Client_API#Identifier_Registration).
Create the three standard [doichain transactions](https://wiki.namecoin.info/index.php?title=Client_API#Identifier_Registration).

@@ -8,3 +8,3 @@ ## Installation

```
npm install --save namecoin-transaction
npm install --save doichain-transaction
```

@@ -19,2 +19,7 @@

```js
namecoinTransaction.nameDoi('d/raid', JSON.stringify({signature:...,doiSignature:...}')
//3 642f72616964 7b226970223a223231322e3233322e35312e3936222c226d6170223a7b222a223a223231322e3233322e35312e3936227d2c22656d61696c223a226e616d65636f696e406d61696c2e636f6d227d OP_2DROP OP_DROP OP_DUP OP_HASH160 7d1547a461df0e192b1ee884ae510f0a0bf685d3 OP_EQUALVERIFY OP_CHECKSIG'
```
```js
namecoinTransaction.newName('d/raid', '467e5b41d4bcb8c100', 'N2c1SDkTsPUiWsrtTxFUG32umhmKp3kdpo')

@@ -21,0 +26,0 @@ //1 1baa8c92fae059f5bcd69566c6c25771fa392133 OP_2DROP OP_DUP OP_HASH160 422040870cb08ff6afe48220042bf0b370274f75 OP_EQUALVERIFY OP_CHECKSIG

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc