Skip to content

MrWad3r/everscale-web-tools

 
 

Repository files navigation

Everscale web tools

Requirements

  • Rust 1.61 with installed target wasm32-unknown-unknown
  • wasm-pack
  • binaryen 99 (for wasm-opt)
  • Node.js 14

How to build

git clone https://github.com/broxus/everscale-web-tools.git
cd everscale-web-tools
npm install
npm run wasm
npm run build

# Or you can run this. It runs the app in the development mode.
# Open http://localhost:3000 to view it in the browser.
npm run dev

About

Generic contracts UI and blockchain data visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 56.8%
  • TypeScript 39.7%
  • SCSS 1.8%
  • HTML 1.7%