Skip to content

ProgramCrafter/wallet-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Wallet V5

Wallet v5 is custom version of wallet for use instead of v4.

There are two main differences from previous versions:

  1. execute arbitrary code onchain. User can pass a continuation to be executed -- this is useful for predicting unsafe random.
  2. plugin functionality: plugins are continuations, like small inlined contracts. They may be executed upon getting an incoming message. Actual plugin's code is stored in masterchain, so that plugins are just masterchain libraries.

About

Wallet V5 and plugin smart contracts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%