Skip to content

📈Contracts for safety investments and tokens holding. By using this contracts investors can be sure that their funds will not be stolen or lost. Flexible logic of investments reserving allows all participants to make the deals off-chain or on-chain.

License

Notifications You must be signed in to change notification settings

CurioTeam/security-token-contracts

 
 

Repository files navigation

logo-black-360

Curio Security Token Contracts (@security-token-contracts)



Сontributors Contributions Welcome

Curio security tokens distribution

Contracts for safety investments and tokens holding. Using this contracts - investors can be sure that their funds will not be stolen or lost. Flexible logic of investments reserving allows all participants to make the deals off-chain or on-chain.

📃 Contracts developed by order of Curio Capital (CH) Limited (Company Number CHE-211.446.654) Incorporated and registered in Zug, Switzerland. For more information check the Website

🚧 @security-token-contracts: Ethereum Mainnet

📝 Security review status: Unaudited. At the moment, @security-token-contracts contracts are deployed on the Ethereum mainnet. Nonetheless it is still experimental software that has not yet been publicly audited. Use it on your own risk!**

✏️Get started contributing with a good first issue.

Contracts overview

This repository @security-token-contracts contains contracts:

  • CarToken.sol - simple OpenZeppelin implementation of ERC20 token with 0 decimals;
  • CarTokenController.sol - a contract that allow add new investors or migrate addresses and balance of investors;
  • TokenReserve.sol - investment contract for exchanging ERC20 tokens to CarToken. It holds and reserve CarToken amounts inside contract until distribution;

For Developers

  • Compile contracts
make compile
  • Run tests
npm test
  • Run Solidity and JavaScript linters
make lint
  • Generate Coverage Report
make coverage

About

📈Contracts for safety investments and tokens holding. By using this contracts investors can be sure that their funds will not be stolen or lost. Flexible logic of investments reserving allows all participants to make the deals off-chain or on-chain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • Solidity 25.8%
  • Other 1.7%