Skip to content

Conversation

@Not-Sarthak
Copy link

Run yarn generate to generate a wallet.

package.json Outdated
"dev:watch": "tsc -w",
"start": "yarn run build && node dist/index.js"
"start": "yarn run build && node dist/index.js",
"generate": "ts-node ./scripts/generateWallet.ts"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ts-node is not being used in the repo. rather ts-node-dev is being used. Change the code so that only one will be used. Whichever is optimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants