UNPKG

@57block/stellar-resource-usage

Version:

A library that provides convenient ways to monitor and analyze the resources consumed by smart contracts during execution

44 lines (29 loc) 522 B
## Running the project **Prerequirements** ``` curl -fsSL https://bun.sh/install | bash ``` **Start the project** ``` git clone git@github.com:57blocks/stellar-resource-usage-report-private.git ``` ``` cd stellar-resource-usage-report-private && pnpm install ``` ``` bun run test // npm run test ``` ``` bun run build // npm run build ``` ``` bun run lint // npm run lint ``` ``` bun run start // npm run start ``` ``` bun run changelog // npm run changelog ``` ## Commit rules * [commit rules](./COMMIT.md)