All Projects β†’ perlin-network β†’ lens

perlin-network / lens

Licence: other
The official network explorer for Wavelet.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to lens

Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+746.43%)
Mutual labels:  dapp, smart-contracts
zeneth
🏡️ Let Your ETH Chill β€” Gasless Ethereum account abstraction with Flashbots
Stars: ✭ 112 (+300%)
Mutual labels:  dapp, smart-contracts
Awesome Buggy Erc20 Tokens
A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected
Stars: ✭ 251 (+796.43%)
Mutual labels:  dapp, smart-contracts
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+542.86%)
Mutual labels:  dapp, p2p
bcdhub
Better Call Dev backend
Stars: ✭ 30 (+7.14%)
Mutual labels:  dapp, smart-contracts
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+54085.71%)
Mutual labels:  dapp, p2p
cheezyverse
Cheeze Wizards is the world's first battle royale on the blockchain (with cheese!)
Stars: ✭ 38 (+35.71%)
Mutual labels:  dapp, smart-contracts
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (+367.86%)
Mutual labels:  dapp, p2p
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (+39.29%)
Mutual labels:  dapp, smart-contracts
haal
HÀÀl - Anonymous Electronic Voting System on Public Blockchains
Stars: ✭ 96 (+242.86%)
Mutual labels:  dapp, smart-contracts
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+489.29%)
Mutual labels:  dapp, p2p
contracts
Alice smart contracts
Stars: ✭ 57 (+103.57%)
Mutual labels:  dapp, smart-contracts
Dasp
The Decentralized Application Security Project
Stars: ✭ 166 (+492.86%)
Mutual labels:  dapp, smart-contracts
Erc20 Generator
Create an ERC20 Token for FREE in less than a minute with the most used Smart Contract Generator for ERC20 Token. No login. No setup. No coding required.
Stars: ✭ 202 (+621.43%)
Mutual labels:  dapp, smart-contracts
Eth95
πŸ› οΈ A smart contract UI for your Ethereum dapp project
Stars: ✭ 139 (+396.43%)
Mutual labels:  dapp, smart-contracts
FranklinPay-iOS
Secure Dollar Wallet
Stars: ✭ 35 (+25%)
Mutual labels:  dapp, smart-contracts
Awesome Solidity
A curated list of awesome Solidity resources
Stars: ✭ 111 (+296.43%)
Mutual labels:  dapp, smart-contracts
Livepeerjs
JavaScript tools and applications that interact with Livepeer's smart contracts and peer-to-peer network
Stars: ✭ 116 (+314.29%)
Mutual labels:  dapp, p2p
create-truffle-dapp
Create and deploy Truffle projects with no configuration.
Stars: ✭ 17 (-39.29%)
Mutual labels:  dapp, smart-contracts
bloqly
Bloqly: JavaScript Smart Contracts Engine + SQL database
Stars: ✭ 29 (+3.57%)
Mutual labels:  dapp, smart-contracts

Lens

A TypeScript/React/MobX web interface to a Perlin node's API.

By default, Lens connects to a node whose HTTP API is hosted on port 9000 locally (location.hostname + ":9000"). Should you wish to change the HTTP API endpoint which Lens will connect to, you may change it at src/Perlin.tsx.

The module src/Perlin.tsx additionally holds a MobX API interface in TypeScript that you may use in building misc. web/backend applications which interact with a Wavelet node.

Setup

npm install -g yarn

# install dependencies
yarn

# run debug web server
yarn start

Production

yarn build

$(cd build; python3 -m http.server)
# browser visit localhost:8000

Docker Build

If you want to build the website without installing the tools locally, use the CI build script:

bash scripts/build.prod.sh

$(cd build; python3 -m http.server)
# browser visit localhost:8000

Common errors

# if you see an error:
Error: ENOSPC: no space left on device,
# then run
npm dedupe
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].