| Table of Contents
- Run
vessel initto create the config files. - Import this package.
You can find an example configurations in one of the example directories.
$(dfx cache show)/moc $(vessel sources) -r MyToken.moYou can use the predefined interfaces to check whether you have implemented al the required methods.
import Ext "mo:std/EXT/Ext";
import Interface "mo:std/EXT/Interface";
shared({caller = owner}) actor class Token() : async Interface.FungibleToken = {
// ...
};