John Williamson
John Williamson
Adds basic NFT functions, mint, burn and credit.
- Removes the C++ version of Symbol in favour of Rust - Removes trading of post retail Symbols - Removes the `map_symbol` role from Tokens over to Symbol instead. -...
AuthDyn is an auth service where it's managed accounts first declare a *Policy* account which implements a `get_policy` action which returns a list of weighted accounts and threshold required to...
Pre-requisite of this is https://github.com/gofractally/psibase/pull/1574
- Removes old `react-hook-form` in favour of `@tanstack/react-form` the new form library we're adopting across apps. - Adds error handling in case `deserializeToken` fails to provide a token when we're...
Map out events to be used in the `Fractals` service as we did in https://github.com/gofractally/psibase/issues/1290
Let's create a service for Config which acts as a network wide ENV service. First variable in a `ConfigTable` would be `network_token_id` which tells network services like `Symbol` which token...