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

solone-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solone-sdk - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "solone-sdk",
"version": "1.0.3",
"version": "1.0.4",
"description": "javascript sdk for solona",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,33 @@

# Solone-SDK
Solone-io Official Javascript SDK
<p align="center">
<a href="https://moralis.io">
<img height="200px" src="https://user-images.githubusercontent.com/38910854/135718532-f7b624a5-b4c3-4529-b8fa-1c291582e667.png" class="attachment-full size-full" alt="Moralis Build Serverless web3 apps" loading="lazy" /></a>
</p>
<h2 align="center">The Ultimate JavaScript SDK for Solona Web3 Development</h2>
<br>
## Overview
Solone SDK is a library that provides the tools, utilities, and infrastructure you need to develop your app. It gives powerful @solana/web3.js web3 functions to develop the Decentralized application rapidly. And then bring it to scale. The Solone SDK enables access to @solana/web3.js functions in great experiences rather than heavy lifting.
The Solone SDK is currently is on initial development and testing phase. We will be releasing the versions on daily basis for upcoming. For more information on Solone and its features, see [the website](https://solone.io/), [twitter](https://twitter.com/solone_io) or [discord](https://discord.gg/9DCCztMcmj).
## Getting Started
The easiest way to integrate the Solone SDK into your JavaScript project is through the [npm module](https://www.npmjs.com/package/solone-sdk).
### Using Solone on Different Platforms
To use the npm modules for a browser based application, include it as you normally would:
```js
const {solone} = require('solone-sdk');
// ES6
import { solone } from 'solone-sdk';
```
For server-side applications or Node.js command line tools, include:
```js
// In a node.js environment
const {solone} = require('solone-sdk');
```
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