2.0.1 • Published 1 year ago

@ripio/sdk v2.0.1

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

Intro

What is Ripio SDK js?

Ripio SDK js is a library written in javascript that allows you to interact with any EVM. As a main feature, Ripio SDK grants simplicity in writing code to transact on blockchain. It has 3 layers of abstraction that goes from, the most generic in terms of interaction with Smart Contracts, to a more oriented design for each of the use cases/industries where you can develop a dApp. Ripio SDK js uses Ethers js to perform the interaction with the blockchain while simplifying its use. Also Ripio SDK uses ipfs-http-client.

Disclaimer

This repository is still a "work in progress", we appreciate any feedback you can provide us.

Please be polite and respectful when creating issues.

Getting started

Install

npm install @ripio/sdk

Documentation

Read the docs in our project's wiki.

Developement documentation

Setup

Install node

Recommended version: 16.14.0 (LTS)

  • Mac OS: You can download it from https://nodejs.org/en/
  • Linux: follow instructions https://nodejs.org/en/download/package-manager/ or use a version manager like nvm https://github.com/nvm-sh/nvm

Install dependencies

npm install

Run tests

npm run test

Development console

Ts-node

Interactive shell to test features or just run code

npx ts-node

Deploy a new version of the sdk

The deploys are automatically done by merging using semantic-release.

Follow the commit style guide so the commits will be added to the changelog.

Later, during the CI (in develop and main branches) a new package version will be created and uploaded to npmjs registry.

License

Apache 2.0

2.1.0-dev.4

1 year ago

2.1.0-dev.3

1 year ago

2.1.0-dev.2

1 year ago

2.0.1

1 year ago

2.0.1-dev.1

1 year ago

2.1.0-dev.1

1 year ago

2.0.0

1 year ago

2.0.0-dev.1

1 year ago

1.2.0-dev.1

1 year ago

1.1.0

2 years ago

1.1.0-dev.11

2 years ago

1.1.0-dev.10

2 years ago

1.1.0-dev.9

2 years ago

1.1.0-dev.8

2 years ago

1.1.0-dev.7

2 years ago

1.1.0-dev.6

2 years ago

1.1.0-dev.5

2 years ago

1.1.0-dev.4

2 years ago

1.1.0-dev.3

2 years ago

1.1.0-dev.2

2 years ago

1.1.0-dev.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago