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:
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:
NPM Package
To publish the npm package so it can be consumed by javascript clients, update the
package version then run:
npm publish