An open API service indexing awesome lists of open source software.

https://github.com/selfkeyfoundation/selfkey-vendor-manager

Tool to manage vendor on selfkey main contract
https://github.com/selfkeyfoundation/selfkey-vendor-manager

Last synced: over 1 year ago
JSON representation

Tool to manage vendor on selfkey main contract

Awesome Lists containing this project

README

          

# selfkey-vendor-manager
Tool to manage vendor on selfkey main contract

## How to run

- Replace the constants in the top with the corret values:

```javascript
const chainURL = 'https://ropsten.infura.io/v3/...';
const contractAddress = '...';
const privateKey = '...';
const vendorDID = '...';
```

- Run

```javascript
node index.js
```