1.0.1 ā€¢ Published 5 months ago

dev3-sdk v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Dev3 SDK (TypeScript)

SDK built for interacting with the Dev3 platform. The demo version of the platform is available here.

The Dev3 platform provides a nice UI to interact with the blockchain, deploy new or import existing smart contracts, and call various smart contract functions with a single click.

This SDK provides the support the Dev3 platform via various functions exposed through the sdk package; you can easily integrate the sdk to existing web projects regardless of the technology stack being used.

The simplest way to start using the SDK is to run the following command in your project's root directory:

$ npm install dev3-sdk

Then intialize the singleton object inside your application (be it nodejs, browser based, or other) like this:

import { Dev3SDK } from "dev3-sdk";
// or 
const { Dev3SDK } = require("dev3-sdk")
...
const sdk = new Dev3SDK("your-api-key", "your-project-id"); 

"your-api-key" and "your-project-id" values can be found on your project details page in the demo platform and create a new project.

Chainlink SDK

Price Feeds

Using Dev3 SDK automatically provides youaccess to Chainlink Data Feeds. Follow the instructions in the Chainlink docs.

Take a look at Example React App too see how to use Chainlink Dev3 SDK inside your project!

VRF Subscriptions Management

šŸ“• Docs

šŸ‘ØšŸ»ā€šŸ’» Example app (live)

šŸ“‘ Example app (github)

The example app is running on the Sepolia testnet. You can use the Chainlink Faucet to get some test LINK tokens, and the Ethereum Faucet to get some test ETH.

Functions Subscriptions Management

šŸ“• Docs

šŸ‘ØšŸ»ā€šŸ’» Example app (live)

šŸ“‘ Example app (github)

The example app is running on the Sepolia testnet. You can use the Chainlink Faucet to get some test LINK tokens, and the Ethereum Faucet to get some test ETH.

Build

Update your environment to NodeJS v16 before running the steps below.

To clone and build the project, run the following command in your terminal:

$ git clone https://github.com/0xdev3/dev3-sdk

$ npm install
 
$ npm run build

Test

$ npm run test
1.0.1

5 months ago

1.0.0

5 months ago

0.0.33

5 months ago

0.0.20

7 months ago

0.0.21

7 months ago

0.0.22

7 months ago

0.0.23

7 months ago

0.0.24

7 months ago

0.0.25

7 months ago

0.0.18

8 months ago

0.0.19

7 months ago

0.0.30

6 months ago

0.0.31

6 months ago

0.0.32

5 months ago

0.0.26

7 months ago

0.0.27

7 months ago

0.0.28

7 months ago

0.0.29

6 months ago

0.0.17

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.1

2 years ago