Difference between revisions of "Ethereum"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <accesscontrol>Administrators | + | <!-- |
+ | <accesscontrol>Administrators</accesscontrol> | ||
+ | --> | ||
Official Ethereum Link : https://ethereum.org/en/ | Official Ethereum Link : https://ethereum.org/en/ | ||
+ | |||
+ | * [https://ethereum.org/en/developers/docs/standards/tokens/erc-20/ ERC20] | ||
+ | |||
=Coin Types= | =Coin Types= | ||
Line 15: | Line 20: | ||
==AML-Anti Money Laundry Solutions== | ==AML-Anti Money Laundry Solutions== | ||
CoinFirm link : https://www.coinfirm.com/ | CoinFirm link : https://www.coinfirm.com/ | ||
+ | == OpenZeppelin == | ||
+ | * https://docs.openzeppelin.com/openzeppelin/ | ||
+ | |||
+ | ==Gnosis== | ||
+ | |||
+ | * https://gnosis-safe.io/ | ||
+ | * https://rinkeby.gnosis-safe.io/app/#/welcome #testnet - rinkeby | ||
+ | * to create an App for the Gnosis Safe : https://github.com/gnosis/safe-apps-sdk/tree/master/packages/cra-template-safe-app | ||
+ | ** https://docs.gnosis.io/safe/docs/sdks_safe_apps/ | ||
+ | |||
+ | |||
+ | ==BitGo== | ||
+ | Institutional digital asset custody, trading, and finance | ||
+ | * https://www.bitgo.com/ | ||
+ | * https://api.bitgo.com/docs/ | ||
+ | * https://bitgo.github.io/bitgo-docs/ | ||
+ | * https://www.npmjs.com/package/bitgo | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | = Useful Resources = | ||
+ | * [[ICO]] vs [[IPO]] | ||
+ | * https://awesomeopensource.com/projects/truffle |
Latest revision as of 16:18, 31 May 2021
Official Ethereum Link : https://ethereum.org/en/
Contents
Coin Types
Stable Coins
Stablecoins are Ethereum tokens designed to stay at a fixed value, even when the price of ETH changes. link: https://ethereum.org/en/stablecoins/#explore
Sample Coin : https://www.coinbase.com/usdc Centre, the consortium that mints USDC, collectively holds US$1.00 for every single USDC. These funds are held in a special bank account that is constantly monitored and audited.
Crypto Solutions
AML-Anti Money Laundry Solutions
CoinFirm link : https://www.coinfirm.com/
OpenZeppelin
Gnosis
- https://gnosis-safe.io/
- https://rinkeby.gnosis-safe.io/app/#/welcome #testnet - rinkeby
- to create an App for the Gnosis Safe : https://github.com/gnosis/safe-apps-sdk/tree/master/packages/cra-template-safe-app
BitGo
Institutional digital asset custody, trading, and finance
- https://www.bitgo.com/
- https://api.bitgo.com/docs/
- https://bitgo.github.io/bitgo-docs/
- https://www.npmjs.com/package/bitgo