Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jun 11, 2023
1 parent 51fb1fb commit 7307ee1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

Thank's to Randall Harmon, Helios community, Gimbalabs and James D., Romain Soulat IOG.

A testing template for [Helios vesting example](https://github.com/lley154/helios-examples/tree/main/vesting)
This is an example of how a dApp component can be built using test-deriven approach.
Start by gathering product requirements and user stories, formulate testable expectations and make tests pass.

- [ ] when is goot time to write changelog?
## Documentation:
[Vitest](https://vitest.dev/)
[Helios](https://github.com/Hyperion-BT/helios)
[Helios vesting example](https://github.com/lley154/helios-examples/tree/main/vesting)

## Run
## Usage
1. `npm install`
2. `npm test`
3. https://github.com/aleeusgr/potential-robot/issues/114
3. onchain code is in `./src/vesting.hl`
4. `./tests/unit` document Helios API
5. tests in `./tests/*.test.ts` use pre-defined environment to run a transaction as a test and as an importable module.
6. importable transaction modules are in `src`

0 comments on commit 7307ee1

Please sign in to comment.