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

@onflow/sdk-account

Package Overview
Dependencies
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/sdk-account - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

CHANGELOG.md

@@ -5,4 +5,8 @@ ### Unreleased

### 0.0.1 -- 2020-10-28
- 2020-10-28 -- VSN @onflow/sdk-send 0.0.0 -> 0.0.1
### 0.0.0 -- 2020-10-08
- 2020-10-08 -- Initial

4

package.json
{
"name": "@onflow/sdk-account",
"version": "0.0.0",
"version": "0.0.1",
"description": "Flow JS SDK -- Fetch Account details from Configured Access Node",

@@ -39,4 +39,4 @@ "license": "Apache-2.0",

"@onflow/sdk-decode": "0.0.0",
"@onflow/sdk-send": "0.0.0"
"@onflow/sdk-send": "0.0.1"
}
}
# sdk-account
Fetch the Account for a given address from the configured Access Node
```javascript

@@ -7,3 +9,3 @@ import {config} from "@onflow/config"

config
config()
.put("accessNode.api", "https://access-testnet.onflow.org") // point the sdk to the desired access node

@@ -10,0 +12,0 @@

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