crypto-fees
Website for comparing total daily fees of various blockchain protocols.
File Explorer
- index.ts
- Row.tsx
- SingleProtocolCard.tsx
- SocialCard.tsx
- YearList.tsx
- YearRow.tsx
- Attribute.tsx
- BundleItemRow.tsx
- Button.tsx
- Chart.tsx
- ChartToolbar.tsx
- DetailsCard.tsx
- FilterCard.tsx
- Footer.tsx
- List.tsx
- RangeSelector.tsx
- ResponsePreview.tsx
- Row.tsx
- RowName.tsx
- Select.tsx
- ShareModal.tsx
- SocialTags.tsx
- SponsorWrapper.tsx
- ToggleList.tsx
- Toolbar.tsx
- index.ts
- index.ts
- mongo.ts
- redis.ts
- chain.ts
- graph.ts
- pricedata.ts
- time.ts
- cryptofees_yearly.csv
- queries.ts
- sdk.ts
- types.ts
- utils.ts
- fonts.conf
- SofiaProRegular.ttf
- gtc.svg
- [id].ts
- top.png.ts
- fees.ts
- feesByDay.ts
- protocols.ts
- historic-data.csv.ts
- index.ts
- screenshot.ts
- [date].tsx
- [id].tsx
- 2021.tsx
- _app.tsx
- api-docs.tsx
- faqs.tsx
- index.tsx
- submit-project.tsx
- 2021.png
- favicon.png
- screenshot.jpg
- api.ts
- .babelrc
- .eslintignore
- .eslintrc.json
- .gitignore
- .prettierignore
- .prettierrc
- i18n.json
- jest.config.js
- LICENSE
- next-env.d.ts
- next.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
// repository documentation
Was this content helpful?
(0 ratings)
