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
- Host: GitHub
- URL: https://github.com/selfkeyfoundation/selfkey-vendor-manager
- Owner: SelfKeyFoundation
- Created: 2019-06-04T11:30:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:32:44.000Z (over 3 years ago)
- Last Synced: 2025-02-13T02:55:04.576Z (over 1 year ago)
- Language: JavaScript
- Size: 415 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```