@circle-fin/w3s-pw-web-sdk
Version:
Javascript/Typescript SDK for Circle Programmable Wallets
33 lines (20 loc) • 696 B
Markdown
# Getting Started with the Javascript Example
This project was bootstrapped with [HtmlWebpackPlugin](https://webpack.js.org/plugins/html-webpack-plugin/).
## Before you start
Go to the root of this repo and change to this directory by running:
```bash
cd examples/js-example
```
## Install dependencies
```bash
npm install
```
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:9001](http://localhost:9001) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm build`
Builds the app for production to the `dist` folder.