Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 637 Bytes

File metadata and controls

59 lines (38 loc) · 637 Bytes

Send ADA to Wallet Address

This is a simple code example for a basic transaction to send ADA to a wallet address.

Getting Started

Installing the package

yarn install

or

npm install

Run the project in development mode

yarn dev

or

npm run dev

Build the project

yarn build

or

npm run build

Run the project in production mode

yarn start

or

npm run start

References

MeshJS UI Components Documentation

MeshJS Wallet Hooks Documentation