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

Add TokenVM example #18

Merged
merged 88 commits into from
Feb 25, 2023
Merged

Add TokenVM example #18

merged 88 commits into from
Feb 25, 2023

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Feb 22, 2023

Mint and swap arbitrary fungible/non-fungible tokens

TODO

Future Work

Breaking Changes

@patrick-ogrady patrick-ogrady self-assigned this Feb 22, 2023
@patrick-ogrady patrick-ogrady added the enhancement New feature or request label Feb 22, 2023
@patrick-ogrady patrick-ogrady added this to the v0.0.2 milestone Feb 22, 2023
* start token overhaul

* fix asset

* finish create asset

* update mint asset

* add support for burn

* modify asset is working

* update registry and metrics

* add asset to server

* return if asset exists

* basic asset creation

* test burn

* complex burning

* more creation test cases

* modify tests working

* mint more assets

* simple orders working again

* all tests passing

* fix lint
* add demo key

* add default URL

* use tokenvm

* simple transfer working

* handle transaction failure

* don't allow for sending more than you have

* create asset works

* add mint support

* view balance

* add support for balance

* create order works

* implement fill order

* fill order works

* update README

* fix formatting of errors

* fix fill issue

* fix lint
@patrick-ogrady patrick-ogrady linked an issue Feb 24, 2023 that may be closed by this pull request
@patrick-ogrady patrick-ogrady merged commit 556bc55 into main Feb 25, 2023
@patrick-ogrady patrick-ogrady deleted the tokenvm branch February 25, 2023 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tokenvm: ./scripts/run.sh: line 142: ginkgo: command not found
1 participant