https://github.com/osaguild/wallet
web3 wallet
https://github.com/osaguild/wallet
Last synced: 28 days ago
JSON representation
web3 wallet
- Host: GitHub
- URL: https://github.com/osaguild/wallet
- Owner: osaguild
- License: mit
- Created: 2022-10-06T04:11:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T06:22:59.000Z (over 3 years ago)
- Last Synced: 2025-10-11T00:32:09.183Z (8 months ago)
- Language: TypeScript
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```