Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 3.23 KB

README.md

File metadata and controls

69 lines (50 loc) · 3.23 KB

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