1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-06-17 09:53:26 +02:00
Commit Graph

49 Commits

Author SHA1 Message Date
Maria Carmina
b4d86e3925
Updated copyright year. (#1700) 2023-02-22 14:15:05 +02:00
Bogdan Fazakas
6a4631d215
add macOS readme message (#1697)
* add readme message, update subgraph port

* update ip s add readme updates

* remove unwanted readme line

* update readme message

* fix aqua url

* Update README.md

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>

---------

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2023-02-13 10:43:18 +00:00
Bogdan Fazakas
a026c12041
Compute Example Readme flow (#1615)
* wip

* add logs

* update checksum

* update test suite

* temp run just compute flow tests

* update file urle

* add c2d md file

* renamed files

* update script

* add script logs

* update create example script

* Updating CodeExamples.md

* Updating ComputeExamples.md

* readme text improvments

* Updating ComputeExamples.md

* more improvments

* Updating ComputeExamples.md

* again more improvments

* Updating ComputeExamples.md

* more readme improvments

* Updating ComputeExamples.md

* update chainid and service endpoint

* Updating CodeExamples.md

* Updating ComputeExamples.md

* req fixes

* Updating ComputeExamples.md

* more fixes

* Updating CodeExamples.md

* Updating ComputeExamples.md

* more fixes, ts configs etc

* Updating ComputeExamples.md

* mention typescript compile options

* add comment regarding mint method

* fix lint

* Updating ComputeExamples.md

* review fixes and sugestions

* Updating ComputeExamples.md

Co-authored-by: GitHub Actions Bot <>
2022-12-14 17:22:44 +02:00
Bogdan Fazakas
30aba62ef7
Remove amm pools (#1568)
* WIP remove pools

* added logs

* update checksums and logs

* Updating CodeExamples.md

* remove console logs

* remove unused params, simplify test folder structure

* contracts folder simplification, remove ss contract methods

* path fix

* remove more "staking" code

* put back `removeApprovedToken()`

* remove redundant and unused test commands

* test fix, auto-fix & auto-format

* consistent specific imports

* readme updates

* remove addDispenserContract method

* remove tokens subfolder from contracts

* update js docs and put back addDispenserContract

* use new digest for algorthms

* update nft getData to fix failing unit test

* replace pools with fre in  buyDatatokenBatch

* use proper exchange ids

* increase allowance

* fix buyBatch test and deploy issues from testcontracthandler

Co-authored-by: GitHub Actions Bot <>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-08-16 11:54:28 +01:00
Jamie Hewitt
64c464239c Adding introduction to code examples guide + updating the main readme 2022-04-27 17:23:18 +03:00
Trent McConaghy
81b18493ff
Update README: harmonize with ocean.py's v4 changes
ocean.py v4 README: https://raw.githubusercontent.com/oceanprotocol/ocean.py/v4main/README.md
2022-02-24 10:23:23 +01:00
Trent McConaghy
28a48f5b5a
2021 -> 2022 2022-02-24 10:18:29 +01:00
Alex Coseru
02cc911ce9
Custom user parameters (#944)
* enable create / passthrough of userData & algoData

* refactor bassed on reviews

* refactor balance check async flows

* more provider logs

* more debugs for provider

* provider debug

* more provider logs

* more provider debug

* revert ci changes

* naming & typings

* Release 0.18.0-next.0

* deal with pre-releases

* clarify instructions

* fix merge errors

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-09-24 13:52:11 +02:00
d8914a8380
Replace Travis with GitHub Actions (#847)
* GitHub CI actions

* add coverage job

* test run tweaks

* windows build fix

* barge tweaks

* deal with env vars

* add npm publish job

* trial & error

* remove Travis

* publish as single workflow

* handle Docker Hub login

* maybe preparing ~/.ocean is needed

* downgrade barge contracts, run with barge defaults

* put back ADDRESS_FILE env var

* AQUARIUS_URI test

* ddo creation test logging

* make failing DDO creation test actually fail

* separate unit/integration Asset tests

* set AQUARIUS_URI again

* readme updates

* prepare ~/.ocean folder

* separate tests into multiple jobs

* address.json debugging

* windows build fixes

* address.json trials

* env var expansion workaround

* cleanup

* debug coverage output

* fix coverage

* bump codeclimate-action

* use barge instead of ganache (#855)

* use barge instead of ganache

* small unit test job cleanup

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>

* barge detach workaround

Co-authored-by: Alex Coseru <alex.coseru@gmail.com>
2021-06-22 12:21:27 +02:00
Jamie Hewitt
3cfd3e4db4 fixing formatting 2021-06-14 16:10:25 +03:00
Jamie Hewitt
9126ef19b4 updating readme 2021-06-14 16:08:26 +03:00
012f495000
update CodeClimate badges (#782) 2021-04-30 15:06:50 +02:00
Jamie Hewitt
7f05b8fdb5
Issue 668/documentation improvements (#669)
* Creating list of prerequisites

* adding installation command in testing flow

* creaitng learn more section in readme + new MD files

* creating instructions for wallets

* adding addition links to readme

* saving placeholders

* WIP content added for paramenters.md readme

* adding WIP content for services.md readme

* adding content to overview readme

* updating dependancies in simple flow quickstart

* updating simpleflow quickstart code & dependancies

* updates to marketplace quickstart code snippet

* fixing issues with creating datatoken in simple flow quickstart

* updating the simplefloe quickstartt steps

* adding steps for getting set up

* Adding template code to quickstart

* Quickstart: minting 100 tokens code added

* Quickstart: transfering tokens from ALice to Bob

* Quickstart: adding steps for publishing a dataset

* Quickstart: adding steps for downloading a dataset

* Marketplace Quickstart: adding initial steps

* Marketplace Quickstart: adding steps for publishing dataset

* Marketplace Quickstart: allowing marketplace to send tokens

* Marketplace Quickstart: adding marketplace address

* Marketplace Quickstart: marketplace withdraws datatoken allowance

* Overiew: adding all asset functions

* Overiew readme: adding all pool functions

* Overiew readme: adding all exchange functions

* Overiew readme: adding all compute functions

* Marketplace quickstart: Bob acquires tokens

* Marketplace quickstart: Bob downloads data + extensions

* minor fixes

* Readme: adding links to discord and creating github issues

* adding link to marketplace flow + fixing spelling mistake

* adding link to marketplace flow + fixing spelling mistake

* fixing dependancy issue

* adding beginners guide

* code formatting

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-04-13 17:10:16 +02:00
Jamie Hewitt
09d3703f72 updating unit test command 2021-03-16 11:38:33 +03:00
Jamie Hewitt
16ed65659e updating integration test command 2021-03-16 11:37:55 +03:00
Alex Coseru
f156940701
Add explicit testing docs (#639)
* Add explicit testing docs

* Update README.md
2021-03-03 16:43:05 +02:00
Bogdan Fazakas
ea2fe529af
added logger param when instantiating datatoken (#562) 2021-01-26 09:57:48 +02:00
Trent McConaghy
8b9d359326
Update README.md 2021-01-06 11:54:21 +01:00
Trent McConaghy
eae553b177
Update README.md 2021-01-06 11:50:34 +01:00
Trent McConaghy
97363f960e
Update README.md 2021-01-06 11:50:06 +01:00
Trent McConaghy
ef5006b429
Update README.md 2021-01-06 11:48:10 +01:00
Trent McConaghy
5d68cdc241
Update README.md
Tweaks to be in line with ocean.py (currently in a branch https://github.com/oceanprotocol/ocean.py/blob/issue85/README.md)
2021-01-05 14:44:14 +01:00
Trent McConaghy
1cae50da9a
Update README.md 2021-01-05 10:29:31 +01:00
3f11e43d02
switch CodeClimate project
CodeClimate did not like the repo rename so it had to be created as new project on there
2020-10-14 19:19:04 +02:00
b24a5b36fb
Merge pull request #355 from oceanprotocol/feature/ocean.js
ocean-lib-js → ocean.js
2020-10-13 16:08:56 +02:00
d0b4bb537e
metadataStore → metadataCache 2020-10-13 14:49:12 +02:00
74f1967b0a
ocean-lib-js → ocean.js 2020-10-13 14:37:58 +02:00
fff035a90a
use provider version from barge 2020-09-16 18:01:03 +02:00
c08d2ca3dc
docs updates 2020-09-09 13:19:25 +02:00
785aac3137
typing & test tweaks 2020-09-08 20:37:22 +02:00
44a26f687f
more tests, document config usage 2020-09-08 20:08:08 +02:00
47d1f4d010
test updates 2020-09-08 12:17:53 +02:00
d558665570
add testing docs 2020-09-04 12:28:33 +02:00
f726340a11
codeclimate setup & coverage reporting 2020-09-04 12:18:38 +02:00
5c36e14499
new readme structure, add watch script 2020-08-19 14:19:09 +02:00
dcdd40bd2d
formatting 2020-08-18 12:12:41 +02:00
Ahmed Ali
088f267348 minor doc fix 2020-07-14 10:47:28 +02:00
Ahmed Ali
2669b2be62 minor fix 2020-07-14 10:42:52 +02:00
Ahmed Ali
414445bb77 fix simple flow 2020-07-13 16:17:17 +02:00
Ahmed Ali
f8121ce31c
minor link fix 2020-06-25 09:23:37 +02:00
Ahmed Ali
ec5220c9ff
Update README.md 2020-06-25 09:22:22 +02:00
Ahmed Ali
bbd9067e3d
minor fix 2020-06-25 09:17:34 +02:00
Ahmed Ali
a35740d130
Update README.md 2020-06-25 09:15:52 +02:00
Ahmed Ali
4577a43c20
Merge pull request #50 from oceanprotocol/feature/cleaning
Feature/phase-2
2020-06-17 11:46:47 +02:00
Ahmed Ali
226db2d834 fix naming 2020-06-17 11:44:59 +02:00
Ahmed Ali
34290c831f fix build:metadata 2020-06-12 13:52:10 +02:00
arsenyjin
fb386794e0 init develop 2020-05-25 14:00:39 +02:00
arsenyjin
5072178816 add readme 2020-05-19 13:21:24 +02:00
kin
73dabd644e
Initial commit 2020-05-18 13:43:19 +02:00