Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@onflow/dev-wallet

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/dev-wallet

dev wallet provider service for local development with the flow client library

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
7
Weekly downloads
 
Created
Source

Dev Wallet Provider

A wallet provider for local development and tests.

Status

EARLY PUBLIC ALPHA

  • Status Last Updated: May 7th 2020
  • Stable: No
  • Risk of Breaking Change: Low

Usage

  • Install Emulator Flow CLI
  • Start Emulator: flow emulator start --verbose
  • Start Dev-Wallet with fcl-wallet from the directory with the flow.json file for your emulator.
  • Follow instructions provided by fcl-wallet to configure fcl in your dapp.
npm install -g @onflow/dev-wallet
fcl-wallet

If you have any troubles with this, reach out to us on Discord, we are happy to help.

Configuration

You can configure the dev-wallet with your projects flow.json file.

{
  "accounts": {
    "root": {
      "address": "0000000000000000000000000000000000000001",
      "privateKey": "bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76",
      "sigAlgorithm": "ECDSA_P256",
      "hashAlgorithm": "SHA3_256"
    }
  },
  "devWallet": {
    "accessNode": {
      "endpoint": "http://localhost:8080"
    },
    "port": 8701
  }
}

FAQs

Package last updated on 14 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc