Giter VIP home page Giter VIP logo

dev3-sdk's Introduction

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 contrac functions on a click.

This SDK on the other hand provides the support for all of the above via various functions exposed through the sdk package, meaning, you can easily integrate the sdk to the existing web projects regardless of the technology stack being used, and

The simplest way to start using the SDK is to run

$ npm install dev3-sdk

inside your project root and 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"); 

The "your-api-key" and "your-project-id" fields can be found on your project details page after you go to the demo platform and create a new project.

Chainlink SDK

While using the Dev3 SDK you will automatically get an access to the Chainlink Data Feeds by following the simple instructions in the Chainlink docs.

Build

Make sure you update your environment to NodeJS v16 before running the steps below.

To clone and build the project, this is the way:

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

$ npm install
 
$ npm run build

Test

$ npm run test

dev3-sdk's People

Contributors

evmbro avatar fichiokaku avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.