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

Merge branch 'feature/marketplace-flow' of https://github.com/oceanprotocol/ocean-lib-js into feature/marketplace-flow

This commit is contained in:
Ahmed Ali 2020-06-29 18:19:20 +02:00
commit 5ac2a05172

View File

@ -135,13 +135,13 @@ describe('Marketplace flow', () => {
// })
// it('Bob gets datatokens', async () => {
// const ts = await datatoken.transfer(tokenAddress, bob, transferAmount, alice)
// transactionId = ts.transactionHash
// })
it('Bob gets datatokens', async () => {
const ts = await datatoken.transfer(tokenAddress, bob.getId(), transferAmount, alice.getId())
transactionId = ts.transactionHash
})
// it('Bob consumes asset 1', async () => {
// const config = new Config()
// // const config = new Config()
// const ocean = await Ocean.getInstance(config)
// await ocean.assets.download(asset.did, service1.index, bob, '~/my-datasets')
// })