1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Update README_simpleflow.md

This commit is contained in:
Alex Coseru 2020-05-22 12:54:11 +03:00 committed by GitHub
parent 79f07846a6
commit 1b219e930a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ const { Ocean, Logger } = require('@oceanprotocol/lib')
const config={
network: 'rinkeby',
privateKey:'8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f',
providerUri: 'localhost:8030' //this is the provider URL
}
const ocean = Ocean(alice_config)
const account = await ocean.accounts.list()[0]