This is a simple code example for a basic transaction to send ADA to a wallet address.
Installing the package
yarn installor
npm installRun the project in development mode
yarn devor
npm run devBuild the project
yarn buildor
npm run buildRun the project in production mode
yarn startor
npm run start