aptos-labs / aptos-ts-sdk

An SDK for accessing the Aptos blockchain data, submitting transactions, and more!
https://aptos-labs.github.io/aptos-ts-sdk/
Apache License 2.0
67 stars 37 forks source link

Add example for keyless mainnet #426

Closed heliuchuan closed 2 months ago

heliuchuan commented 2 months ago

Description

Main net doesn't have a faucet, so adding an example for Keyless that works on Mainnet which includes directions for instantiating the account

Test Plan

pnpm i
pnpm build
cd examples/typescript
pnpm keyless_mainnet

Related Links