Agoric / dapp-agoric-basics

This is a simple app for the Agoric smart contract platform.
0 stars 3 forks source link

WIP: exercise to create a new token #38

Open ghost opened 2 months ago

ghost commented 2 months ago

The new code in src, and unit directories adds a new contract/proposal/unit tests to the dapp. The new contract has code that creates a new token that has a limited supply; the creator can mint new tokens, and call transfer function given source and destination purses. Several unit tests are added to test various aspects of functionality.