solone-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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'); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12274
34