A simple example showing the usage of ARK Typescript SDK packages. Example uses only our typescript
crypto package. In this example:
- How to query for a wallet and receive the Nonce number
- How to create a new transaction
- How to sign a transaction
- How to send transaction to ARK Develop Network
This example uses our Typescript packages, that can be found at:
- https://github.com/ArkEcosystem/core/tree/master/packages/crypto
- https://github.com/ArkEcosystem/typescript-client - this is full API implementation of all public REST endpoints
Clone this repository. Then execute:
npm install
Then to run the following script
npm start