Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme banner #1023

Merged
merged 4 commits into from Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/code-quality.yml
Expand Up @@ -41,6 +41,11 @@ jobs:
OPENSEA_API_KEY: ${{ secrets.OPENSEA_API_KEY }}
run: npm run test

- name: Upload code coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

test-integration:
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,9 +1,7 @@
<p align="center">
<img src="https://storage.googleapis.com/opensea-static/opensea-js-logo-updated.png" />
<img src="./img/banner.png" />
</p>

# OpenSea.js <!-- omit in toc -->

[![Version][version-badge]][version-link]
[![npm][npm-badge]][npm-link]
[![Test CI][ci-badge]][ci-link]
Expand All @@ -12,6 +10,8 @@
[![Docs][docs-badge]][docs-link]
[![Discussions][discussions-badge]][discussions-link]

# OpenSea.js <!-- omit in toc -->

A JavaScript library for crypto-native e-commerce: buying, selling, and bidding on NFTs (non-fungible tokens). With OpenSea.js, you can easily build your own native marketplace. These can be ERC-721 or ERC-1155 (semi-fungible) items. You don't have to deploy your own smart contracts or manage backend orderbooks.

- [Synopsis](#synopsis)
Expand Down
Binary file added img/banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -24,7 +24,6 @@
"bundle": "browserify lib/index.js -o lib/bundle.js",
"abi-type-gen": "typechain --target=ethers-v5 src/abi/*.json --out-dir=src/typechain/contracts",
"check-types": "tsc --noEmit --project tsconfig.json",
"coverage-report": "nyc report --reporter=text-lcov | coveralls",
"docs-build": "typedoc --out docs src/index.ts",
"lint": "concurrently \"npm run check-types\" \"npm run prettier:check\" \"npm run eslint:check\"",
"eslint:check": "eslint . --max-warnings 0 --ext .js,.ts",
Expand Down Expand Up @@ -54,7 +53,6 @@
"chai-as-promised": "^7.1.1",
"concurrently": "8.1.0",
"confusing-browser-globals": "^1.0.11",
"coveralls": "^3.1.1",
"dotenv": "^16.0.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
Expand Down