Tookey is assets and access management protocol for web3. We build secure environment to interact with crypto without risk of disclose the private key.
To use the backend, you will need the deployed manager and relay scripts, which are located in the appropriate repository.
Аn example of environment you can find in .env.example
.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
$ npm run typeorm:generate libs/database/src/migrations/<NAME>
Then update libs/database/src/migrations/index.ts
To manage releases, please follow the workflow listed below:
- Create your features and commit them. If commit messages aren’t following convention, commitlint will raise errors
- Execute the
npm run commit
in the command line to make a commit with Commitizen - Run
npm run release
to create a changelog and a semantic versioning-based release