Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardojrmcom/pow-soulexplorer
Proof of work a new Explorer for the lovely folks at Phantasma Chain
https://github.com/ricardojrmcom/pow-soulexplorer
cicd cypress eslint husky jest material-ui next prettier react react-testing-library storybook typescript
Last synced: 15 days ago
JSON representation
Proof of work a new Explorer for the lovely folks at Phantasma Chain
- Host: GitHub
- URL: https://github.com/ricardojrmcom/pow-soulexplorer
- Owner: ricardojrmcom
- License: mit
- Created: 2021-12-27T18:05:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T14:11:47.000Z (about 3 years ago)
- Last Synced: 2024-11-20T20:28:41.848Z (3 months ago)
- Topics: cicd, cypress, eslint, husky, jest, material-ui, next, prettier, react, react-testing-library, storybook, typescript
- Language: TypeScript
- Homepage: https://pow-soulexplorer.vercel.app/
- Size: 2.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👻 `@ricardo-jrm/pow-soulexplorer`
Proof of work a new Explorer for the lovely folks at Phantasma Chain
![build](https://img.shields.io/github/workflow/status/ricardo-jrm/pow-soulexplorer/Continuous%20Integration?style=for-the-badge)
![license](https://img.shields.io/github/license/ricardo-jrm/pow-soulexplorer?style=for-the-badge)
![lang](https://img.shields.io/github/languages/top/ricardo-jrm/pow-soulexplorer?style=for-the-badge)![author]()
---
### Demo
- [Home](https://pow-soulexplorer.vercel.app/)
- [Nexus](https://pow-soulexplorer.vercel.app/nexus)
- [Main](https://pow-soulexplorer.vercel.app/chain)
- [Address](https://pow-soulexplorer.vercel.app/account?address=S3d7TbZxtNPdXy11hfmBLJLYn67gZTG2ibL7fJBcVdihWU4)
- [Block](https://pow-soulexplorer.vercel.app/block?hash=9AD4C0C9602FBA780496D0569DDEF9FD64BA7FC6B1FB13CC35AD5CD6FA1C72C0)
- [Contract](https://pow-soulexplorer.vercel.app/contract?name=account)
- [DAO](https://pow-soulexplorer.vercel.app/dao?id=masters)
- [Token](https://pow-soulexplorer.vercel.app/token?id=soul)
- [Transaction](https://pow-soulexplorer.vercel.app/transaction?hash=6DC8D95C32D1517DE55EB4D8A46BF23235CE3DCFA38079398AC01F5C182CFF55)
- [Blank Home](https://pow-soulexplorer.vercel.app/blankhome)
- [Blank Page](https://pow-soulexplorer.vercel.app/blank)
### Project
- [Project Page](https://l1b3r.notion.site/POW-Phantasma-Chain-Explorer-12f61be3a42b4f41b6436fd3ce3d11da)
- [Audit](https://l1b3r.notion.site/Auditing-the-existing-Explorer-abd3d4c70dfd40b2bb0cc4e937ec961a)
- [Source Code](https://github.com/ricardo-jrm/pow-soulexplorer)
- [Releases Page](https://github.com/ricardo-jrm/pow-soulexplorer/releases)
- [Last PR](https://github.com/ricardo-jrm/pow-soulexplorer/pull/2)
### Usage
```tsx
// install deps
yarn install// run dev server
yarn dev// run lint
yarn lint// run unit tests
yarn test// run e2e tests
yarn cy:run// run storybook
yarn sb// build app
yarn build// start app
yarn start// export app
yarn export
```
### Project Dependencies
- TS Package Boilerplate: [🟪 @ricardo-jrm/nova](https://github.com/ricardo-jrm/nova)
- React Module Boilerplate: [🟣 @ricardo-jrm/supernova](https://github.com/ricardo-jrm/supernova)
- Next Web App Boilerplate: [🌌 @ricardo-jrm/nebula](https://github.com/ricardo-jrm/nebula)
- TS Utility Scripts: [🌙 @ricardo-jrm/dervish](https://github.com/ricardo-jrm/dervish)
- React Utility Hooks: [🌘 @ricardo-jrm/reaper](https://github.com/ricardo-jrm/reaper)
- React UI Components and Themes: [🔥 @ricardo-jrm/fury](https://github.com/ricardo-jrm/fury)
- React Meta Data Handler: [⚫ @ricardo-jrm/pain](https://github.com/ricardo-jrm/pain)
- React API Client: [🌸 @ricardo-jrm/empathy](https://github.com/ricardo-jrm/empathy)
- React Lightweight Intl: [☁ @ricardo-jrm/echo](https://github.com/ricardo-jrm/echo)
### Dev Dependencies
- `Yarn`
- `Typescript`
- `React`
- `Material-UI`
- `Next`
- `Prettier`
- `ESLint`
- `Commit Lint`
- `Lint Staged`
- `Husky`
- `Jest`
- `React Testing Library`
- `Cypress`
- `Storybook`
- `Webpack`
- `Semantic Release`
---
### License
[MIT](https://github.com/ricardo-jrm/pow-soulexplorer/blob/main/LICENSE) © Ricardo Mota ([@ricardo-jrm](https://github.com/ricardo-jrm))
Bootstrapped with 🌌[@ricardo-jrm/nebula](https://github.com/ricardo-jrm/nebula)