Skip to content

user090909/everscale-contract-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Everscale smart contract library

Smart contracts for Everscale blockchain.

Solidity and C++ contracts and accompanying documentation are in their respective folders.

Some of the more commonly used contracts:

  • Safe Multisig Wallet — formally verified wallet recommended for validators
  • Bridge Multisig WalletSafeMultisigWallet with modified method submitTransaction the limit on the size of the payload has been removed
  • Setcode Multisig WalletSafeMultisigWallet added submitUpdate, confirmUpdate, executeUpdate, getUpdateRequests methods that changes the contract code, this a more advanced version of the wallet that allows to manage custodians and completely replace the logic of the wallet
  • Surf Setcode Multisig WalletSetcodeMultisigWallet with modified expiration time (+1)
  • DePool — decentralized staking smart contract
  • SMV — advanced governance smart contracts
  • DeBots — decentralized bot interfaces to smart contracts on Everscale

About

Smart contract library for Everscale blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 73.0%
  • C++ 24.1%
  • Shell 2.6%
  • Makefile 0.3%