Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vesting #98

Closed
wants to merge 133 commits into from
Closed

Vesting #98

wants to merge 133 commits into from

Conversation

aleeusgr
Copy link
Owner

@aleeusgr aleeusgr commented May 17, 2023

  • look at Readme again
  • what's next?
    • test emulator
    • test lockAda

loan, vesting, testing, verification, state machine, plutus validator, Cardano

BREAKING CHANGE: #33, #59
I obtain building blocks, how granular they should be?
helios Program, ValidatorHash, ValidatorAddress
…Issue it was getUplc. Contract Endpoints doesnt seem to quite fit

Rumpelstitzkin
… for vesting contract?

think about a test DSL while looking at vesting example.
I am getting an error in tests/helios-program-doctest, exploring
I got Helios error about a missing argument in Program.new
@aleeusgr
Copy link
Owner Author

aleeusgr commented May 18, 2023

describe("vesting contract", () => {
  // what is let?
  let vestingProgram, initiatorWallet, recipientWallet;
  beforeEach(() => { 
    vestingProgram = new helios.Program( ... ); 
     ...
  })
  it ("tests things while reusing provided `vestingProgram`", async () => {
    ...
  })
})

@aleeusgr aleeusgr closed this May 18, 2023
@aleeusgr aleeusgr deleted the vesting branch May 18, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant