@saturn-chain/dlt-tx-data-functions
Defines types to link `@saturn-chain/smart-contract` with different implementations accessing the chain. These functions takes the ethereum smart contract formatted data of the …
Updated by @guenoledc
@saturn-chain/smart-contract
Usage: ```sh npm i --save @saturn-chain/smart-contract ``` Includes typescript types declaration
Updated by @guenoledc
@saturn-chain/web3-functions
Implements the functions needed to interface the smart contract functions and events with the web3js API.
Updated by @guenoledc
keycloak-rest-authenticator
Enable implementing custom Keycloak SPI authenticators in NodeJs microservices via the ScriptBasedAuthenticator. Focus on the business logic not the Keycloak complexity.
Updated by @guenoledc
@saturn-chain/web3-custody-functions
Implements the functions needed to interface the smart contract functions and events with the web3js API.
Updated by @guenoledc
@saturn-chain/dlt-rest-api
Expose an object that encapsulates the web api exposed by the dlt-service process.
Updated by @guenoledc
@saturn-chain/dlt-functions
Implements the functions needed to interface the smart contract functions and events with the dlt services exposed via API. It communicates to the dlt services via the …
Updated by @guenoledc
@saturn-chain/wallet-custody-rest-api
Expose an object that encapsulates the web api exposed by the custody-service process.
Updated by @guenoledc
ethereum-web3-plus
Adds some simplifications to the web3 package such as compilation, instance creation, call sequencing, events readers
Updated by @guenoledc