This repository contains examples of how to instantiate and use the Namada SDK for JavaScript/Typescript. It's main purpose is to show how to set up the SDK for Web or NodeJS applications.
First, update values in consts.ts to match your environment.
# Install dependencies
yarn
# Test Bond Tx in browser
yarn test:web
- This repo is in active development! Please use this as an example build and usage environment only.
- In the future, we plan to update this so it may serve as a starter project!