@portals-fi/galaxy-guide
v3.0.1
Published
A template for TypeScript projects with pre-configured tooling
Downloads
116
Readme
Galaxy Guide
This repo contains the shared libraries and common code of the Portals Galaxy System.
How to run
# install
$ npm i
# build typechain files
$ npm run typechain:build
# build project
$ npm run build
# run tests
$ npm run test