All Projects → ArkEcosystemArchive → explorer

ArkEcosystemArchive / explorer

Licence: MIT license
A Blockchain Explorer for ARK using Vue.js and Tailwind CSS.

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to explorer

nextjs-typescript-mdx-blog
Next.js blog starter built with Typescript, MDX, and Tailwind CSS.
Stars: ✭ 130 (+20.37%)
Mutual labels:  tailwindcss
YATAS
Yet Another Tailwind Alpine Starter
Stars: ✭ 18 (-83.33%)
Mutual labels:  tailwindcss
pingping
Building a real world SaaS with Laravel, TailwindCSS and VueJS
Stars: ✭ 97 (-10.19%)
Mutual labels:  tailwindcss
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (+55.56%)
Mutual labels:  tailwindcss
postcss-typed-css-classes
PostCSS plugin that generates typed entities from CSS classes for chosen programming language.
Stars: ✭ 12 (-88.89%)
Mutual labels:  tailwindcss
headlesscommerce.org
Headless Commerce resources
Stars: ✭ 25 (-76.85%)
Mutual labels:  tailwindcss
next-tailwind-motion
A simple Next.js starter kit with TailwindCSS (JIT) and Framer Motion preconfigured. Optional feature branches for Locomotive Scroll, Sanity and Dato configuration coming soon...
Stars: ✭ 40 (-62.96%)
Mutual labels:  tailwindcss
animated-tailwindcss
A configuration to use Animate.css with Tailwind CSS.
Stars: ✭ 75 (-30.56%)
Mutual labels:  tailwindcss
graphite
✍️ A local-first Markdown note-taking app built with Vue.js, Tailwind CSS, and Electron.
Stars: ✭ 17 (-84.26%)
Mutual labels:  tailwindcss
react-datepicker
A Datepicker built using Tailwind and react-popper
Stars: ✭ 31 (-71.3%)
Mutual labels:  tailwindcss
OneClip
Share your clipboard with people nearby. No Setup, No Signup.
Stars: ✭ 45 (-58.33%)
Mutual labels:  tailwindcss
material-tailwind-kit-react
Free and Open Source UI Kit for Tailwind CSS and React based on Google's Material Design.
Stars: ✭ 45 (-58.33%)
Mutual labels:  tailwindcss
ark-lite-wallet
💰 ARK Lite Wallet https://arkecosystem.github.io/ark-lite-wallet/app
Stars: ✭ 26 (-75.93%)
Mutual labels:  ark
e-commerce
🧧🕹 E-commerce website built with Tailwind CSS
Stars: ✭ 91 (-15.74%)
Mutual labels:  tailwindcss
Server-Creation-Tool
A Tool to easily create Server via SteamCMD
Stars: ✭ 33 (-69.44%)
Mutual labels:  ark
ark-kotlin
Library for interacting with an Ark Ecosystem Blockchain using the JVM. Written in Kotlin and fully interoperable with Java & Android.
Stars: ✭ 15 (-86.11%)
Mutual labels:  ark
Limg
An image hosting service powered by Laravel
Stars: ✭ 41 (-62.04%)
Mutual labels:  tailwindcss
twin.examples
Packed with examples for different frameworks, this repo helps you get started with twin a whole lot faster.
Stars: ✭ 320 (+196.3%)
Mutual labels:  tailwindcss
react-storefront
An open-source storefront in React.js with Next.js. Built for Headless Commerce, using a modern stack with TypeScript, GraphQL, Apollo, and Tailwind CSS.
Stars: ✭ 265 (+145.37%)
Mutual labels:  tailwindcss
react-native-whirlwind
Whirlwind is a utility-first styling framework specifically designed for React Native. It is heavily inspired by Tachyons and Tailwind CSS and uses low-level building blocks for rapidly building custom designs.
Stars: ✭ 91 (-15.74%)
Mutual labels:  tailwindcss

Ark Explorer 3.0

Designed and developed from the ground-up, using lean & fast developmental frameworks (Tailwind CSS & Vue.JS).

Build Status Codecov License: MIT

Lead Maintainer: Michel Kraaijeveld

You can access it at https://explorer.ark.io/.

Build Setup

1. Clone the repository

git clone https://github.com/ArkEcosystem/explorer

2. Install Dependencies

yarn install

3. Build for Production

3.1 Mainnet

yarn build:mainnet

3.2 Devnet

yarn build:devnet

3.3 Custom

yarn build --network my-custom-network

3.4 GitHub Pages

If you are going to host your explorer instance on GitHub Pages you will need to specify your base url in most cases as GitHub Pages serves repositories from sub-directories instead of sub-domains.

yarn build --base https://username.github.io/repository/

A running instance of the explorer on GitHub Pages can be found at https://arkecosystem.github.io/.

This step is not required if you are hosting the explorer on your "root" repository which is usually your username https://username.github.io/.

3.5 Run Express Server

You can run the explorer as an express server. This makes it a little more light-weight but not needing to have services such as apache or nginx.

EXPLORER_HOST="127.0.0.1" EXPLORER_PORT="4200" node express-server.js

Keep in mind that this requires you to run your own server and a running instance of nginx.

4. Development

4.1 Mainnet

yarn serve # or yarn serve:mainnet

4.2 Devnet

yarn serve:devnet

4.3 Custom

yarn serve --env.network=custom

5. History Mode

If you wish to remove the /#/ from your URLs you can follow those steps https://router.vuejs.org/en/essentials/history-mode.html.

5.1 Build

yarn build:mainnet --history

5.2 Development

yarn serve --env.routerMode=history

Testing

$ yarn test

Contributing

Security

If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

Credits

This project exists thanks to all the people who contribute.

License

MIT © ARK Ecosystem

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].