A fully automated Typescript environment to start building your tools for catapult.
Because of a security vulnerability in a dependency in nem-sdk, you need to force resolution of dependencies.
Run npx npm-force-resolutions
before you do npm install
.
You do not need to run npx npm-force-resolutions
if you use yarn.
1- You can use this repo by cloning it to your local machine in a new folder as follow
git init
git clone https://github.com/luxtagofficial/Typescript-Catapult.git
2- Once done you need to point the remote origin to your own git repository
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
3- There was never a third step, start writing some code!
Linting:
Testing:
development:
Automation:
- Travis CI
- Code Coverage
- Automatic release and changelog (Please read the Guide on how to use it)
For future contributors please make sure to read the Contributing Guide before making a pull request
Thank you to all the people who already contributed.