New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ltmp/rcrdshp-flow-templates

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@ltmp/rcrdshp-flow-templates

In order to generate all the transactions needed for each environment, please run the ``generate.js`` script, it will generate all the CDC code for the following environments:

1.1.1
unpublished
Source
npm
Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

Dapper Wallet transactions

In order to generate all the transactions needed for each environment, please run the generate.js script, it will generate all the CDC code for the following environments:

  • testnet
  • mainnet
  • emulator

So if we want to generate all the transactions for the testnet we do:

% node generate.js

And the generated transactions will be stored inside new folders named after each environment under 'generated'

The generated files can then be used to paste into the dapper developer portal:

  • Production
  • Testing

NPM Package

To publish the npm package so it can be consumed by javascript clients, update the package version then run:

npm publish

FAQs

Package last updated on 01 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts