2.2.23 • Published 1 year ago

@build-5/sdk v2.2.23

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

@build-5/sdk is a complete framework to interact with Build5 platform and various DLTs like IOTA and Shimmer.

  • šŸ•’ Fast and Reliable
  • šŸ’Ŗ Tested and trusted
  • šŸ”„ Scalable
  • šŸ“¦ Simple and easy to use
  • šŸ‘« Supports both client and server use

Getting Started

Documentation

You can find more details, API, and other docs on developer.buildcore.io website.

Installation

npm install @build-5/sdk --save
npm install @build-5/interfaces --save

API

It's easy to use Build5 SDK to read, post or constract OTR requests.

import { Build5, https } from '@build-5/sdk';
import { Dataset } from '@build-5/interfaces';

const member = await https(origin).createProject(<YourProjectApiKey>)
                                  .dataset(Dataset.MEMBER)
                                  .id('0x551fd2c7c7bf356bac194587dab2fcd46420054b')
                                  .get();

console.log(member);

šŸ“šAPI Reference

Contributors

This project exists thanks to all the people who contribute.

Please give us a šŸ’– star šŸ’– to support us. Thank you.

And thank you to all our backers! šŸ™

License

Build.5 solutions are licensed under a APACHE 2 License.

2.2.22

1 year ago

2.2.23

1 year ago

2.2.20

1 year ago

2.2.21

1 year ago

2.2.19

1 year ago

2.2.18

1 year ago

2.2.17

1 year ago

2.2.15

1 year ago

2.2.16

1 year ago

2.2.14

1 year ago

2.2.13

1 year ago

2.2.11

1 year ago

2.2.12

1 year ago

2.2.10

1 year ago

2.2.9

1 year ago

2.2.8

1 year ago

2.2.7

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.6

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago