Transferlist Introduction
What is a Transferlist?
This is an implementation of TZIP-15 for a transferlist interface: a lightweight permission schema suitable for asset allocation and transfer.
This schema is versatile and can either be used as part of a token contract (i.e. in a monolith configuration) or as a separate contract that's queried on demand.
Setting up
Follow instructions in Client Setup to set up
tezos-client
and create a test network wallet
Clone the lorentz-contract-transferlist
repository,
and follow the instructions in the README to
install the dependencies required to use the lorentz-contract-transferlist
Don't forget to set up an ALICE_ADDRESS
and BOB_ADDRESS
on the test network
as described here;
we will be using these variables throughout this tutorial.
To set up more complex examples, we also use
CHARLIE_ADDRESS
and DAN_ADDRESS
.