Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 521 Bytes

NEAR Unit Converter

Are you tired of trying to figure out how much yoctoNEAR is NEAR? Gas amount making your brain smoke again at 3am? Or big numbers making you trouble in general?

Here's our small utility to aid with this problem - if you can use online percentage calculators, then this site shouldn't be any harder to use.

Live version: https://convert.eteu.dev

Building etc.

# Project setup
yarn install

# Development build with HMR
yarn serve

# Production build
yarn build

# Lint
yarn lint