An open API service indexing awesome lists of open source software.

https://github.com/osaguild/wallet

web3 wallet
https://github.com/osaguild/wallet

Last synced: 28 days ago
JSON representation

web3 wallet

Awesome Lists containing this project

README

          

# Wallet

web3 wallet component

# Getting started

## Installation

```npm
npm install @osaguild/wallet
```

```yarn
yarn add @osaguild/wallet
```

# Release to npm

```yarn
yarn rollup
yarn login
yarn publish --access=public
```