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:
parent
79f07846a6
commit
1b219e930a
@ -42,7 +42,6 @@ const { Ocean, Logger } = require('@oceanprotocol/lib')
|
|||||||
const config={
|
const config={
|
||||||
network: 'rinkeby',
|
network: 'rinkeby',
|
||||||
privateKey:'8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f',
|
privateKey:'8da4ef21b864d2cc526dbdb2a120bd2874c36c9d0a1fb7f8c63d7f7a8b41de8f',
|
||||||
providerUri: 'localhost:8030' //this is the provider URL
|
|
||||||
}
|
}
|
||||||
const ocean = Ocean(alice_config)
|
const ocean = Ocean(alice_config)
|
||||||
const account = await ocean.accounts.list()[0]
|
const account = await ocean.accounts.list()[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user