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

Refactor #66

Closed
wants to merge 36 commits into from
Closed
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
0752e56
lley154
aleeusgr Apr 18, 2023
144aaa5
add some lucid code
aleeusgr Apr 19, 2023
55f6202
test
aleeusgr Apr 19, 2023
75241c3
disable old tests, emulate-something
aleeusgr Apr 19, 2023
b17cd0a
dummy test, lucid import
aleeusgr Apr 20, 2023
f87199d
interesting error message
aleeusgr Apr 20, 2023
1bed3c4
add code from first test
aleeusgr Apr 20, 2023
9f31435
pass
aleeusgr Apr 20, 2023
6ec5a28
refactoring
aleeusgr Apr 24, 2023
580a178
testing api
aleeusgr Apr 25, 2023
853d2f8
comment
aleeusgr Apr 25, 2023
15e5cbb
add lucid code for minting nfts
aleeusgr Apr 25, 2023
6b64083
comment
aleeusgr Apr 25, 2023
c1cf2dd
enable helios test
aleeusgr Apr 25, 2023
e26ca18
error, lucid
aleeusgr Apr 25, 2023
3896a4f
revert
aleeusgr Apr 25, 2023
dbfc7f1
test: instantiate an emulator. How do I use beforeEach?
aleeusgr Apr 26, 2023
94e72cf
failed experiments
aleeusgr Apr 26, 2023
899073a
restored logging
aleeusgr Apr 26, 2023
a2f6067
add minting transaction
aleeusgr Apr 26, 2023
082fbc5
ehm,
aleeusgr Apr 26, 2023
86bad02
clean up a bit
aleeusgr Apr 27, 2023
d7c6e0c
idea
aleeusgr Apr 27, 2023
eed95ab
minting -> function, added wait interval
aleeusgr Apr 27, 2023
e30451e
goal
aleeusgr Apr 29, 2023
00b980d
create new test
aleeusgr Apr 29, 2023
5c96dd1
renaming
aleeusgr Apr 29, 2023
a9aad72
empty test
aleeusgr Apr 29, 2023
d67fd87
refactoring
aleeusgr Apr 29, 2023
d903f2d
gc
aleeusgr Apr 29, 2023
f6fb78d
clean
aleeusgr Apr 30, 2023
28c169a
seed
aleeusgr Apr 30, 2023
5039821
error object Object to BigInt
aleeusgr Apr 30, 2023
af4ea65
transaction building function
aleeusgr Apr 30, 2023
c6f32e8
clean up
aleeusgr Apr 30, 2023
732deb5
naming
aleeusgr Apr 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
29 Apr, Sat

I am stuck with both refactoring and using Helios nft minter contract to mint an nft in Lucid emulator.
- [ ] look at tutorial Lucid smart contract interaction.

25 April

- [ ] refactor test
- [ ] add nft to borrwer wallet

13 April

rethink
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# potential-robot
[source](https://github.com/koralabs/handles-personalization/tree/master/simple_example_wth_tests)

`npm install`
`npm test`

sources:
https://github.com/koralabs/handles-personalization/tree/master/simple_example_wth_tests
https://github.com/lley154/helios-examples/tree/main/vitest
Loading