W o r l d . C r y p t o . G l o b a l

Loading

Welcome at World Crypto Global. This portal is packed with useful content and resources to built out your own crypto skills. WorldCrypto is a site member of Gabriel Vega Network.

Contact Info

CATEGORY: solidity


Aug 02, 2024 04:45

Libraries in Solidity

The Entry Libraries in Solidity was published first on CoinFabrik.

Aug 01, 2024 02:15

Best Practices for Designing Solidity Events in Ethereum and EVM


Explore essential principles and best practices for designing Solidity events in Ethereum and EVM, critical for efficient blockchain development. (Read More)

Best Web3 open-source tools 2023

Author: Kieth Rean Garcia
Germany
Mar 30, 2023 07:05

Best Web3 open-source tools 2023

The world is moving towards a more decentralized future, and developers need the right tools to build decentralized applications. In this article, we'll introduce you to the best Web3 open-source tools for 2023.

Dec 21, 2022 09:25

Known Origin Contracts v4 Audit

Introduction CoinFabrik was asked to audit the contracts for the KnownOrigin project. First we will provide a summary of our discoveries, and then we will show the details of our findings. Scope The audited files are from the git repository located at https://github.com/knownorigin/known-origin-contracts-v4. The audit is based on the commit b897b08d7d9a5777dc5ba37b5d460308fa85655a. The audited files are: […]

El post Known Origin Contracts v4 Audit apareció primero en CoinFabrik Blog.

Dec 20, 2022 04:45

KannaCoin Audit

Executive Summary CoinFabrik was asked to audit the contracts for the KannaCoin project. The audited files are from the git repository. The audit is based on the commit 4d00e8dd08ce7532f4697fdd0a177110713eedec. During this audit, we found a critical issue and two minor issues. Also, several enhancements were proposed. Scope The scope for this audit includes and is […]

El post KannaCoin Audit apareció primero en CoinFabrik Blog.

Dec 20, 2022 04:45

YieldYak Audit

CoinFabrik was asked to audit some contracts for the YieldYak project. The audited files are from the git repository. The audit is based on the commit a818f34b553763c0c25d63fbb9c2c2ada7280def. Fixes were checked on commit 93645e8732daf92472ac19c867c9cce55806b1bc. The YieldYak project provides a series of investment strategies on the Avalanche blockchain that can be used by any investor and pool […]

El post YieldYak Audit apareció primero en CoinFabrik Blog.

StarkNet makes Cairo 1.0 open source in first step toward community control

Author: Cointelegraph By Brayden Lindrea
United States
Nov 25, 2022 08:20

StarkNet makes Cairo 1.0 open source in first step toward community control

StarkNet has prioritized scalability over composability and transparency. But it’s now working on making its tech open source.

Dec 20, 2022 04:45

Pulse Inu Audit

Executive Summary CoinFabrik was asked to audit the contracts for the PulseINU project. The audited files are from the git repository. The audit is based on the commit ebd2172b07c104235a8f23fda73fdbe989d53f71. Fixes were checked on commit 487b56f08f19b23a684107b2461b8cd893b5f708. During this audit we found one critical issue, one minor issue and no medium issues. Also, an enhancement was proposed. […]

El post Pulse Inu Audit apareció primero en CoinFabrik Blog.

Dec 20, 2022 04:45

PoorPleb Audit

Executive Summary CoinFabrik was asked to audit the contracts for the PoorPleb project. No git repository was provided with the source code. The scope for this audit includes and is limited to the following file: PoorPleb.sol: It contains the PoorPleb contract. It is a standard ERC20 contract with the extra option to claim tokens for […]

El post PoorPleb Audit apareció primero en CoinFabrik Blog.

Decentralized exchange Uniswap v3 gets 'Warp'ed' onto StarkNet

Author: Cointelegraph By Brayden Lindrea
United States
Oct 10, 2022 08:20

Decentralized exchange Uniswap v3 gets 'Warp'ed' onto StarkNet

Ethereum-native projects like Uniswap that are written in Solidity can now be transpiled to StarkNet via Nethermind’s new ‘Warp’ project

Sep 26, 2022 09:35

1Inch Audit – LimitOrder Protocol

Introduction CoinFabrik was asked to audit the Limit Order Protocol contracts for 1inch. Limit orders are contracts between a maker, who generates the order, and a taker, who accepts the order. A maker defines an order (offchain) including a pair of tokens, an exchange rate and a total amount which he wants to exchange–among other […]

El post 1Inch Audit – LimitOrder Protocol apareció primero en CoinFabrik Blog.

BankX Audit

Author: Valeria Caracciolo
Argentina
Sep 28, 2022 09:35

BankX Audit

Introduction CoinFabrik was asked to audit the contracts for the BankX project. First we will provide a summary of our discoveries, and then we will show the details of our findings. Scope The audited files are from the git repository located at  https://github.com/Lance-Parker/BankX git repository, commit e99ff5f8cfe5697f2ddae7b1eb90cc3176659cf4, and in the https://github.com/Lance-Parker/CD git repository, commit 14a850049458348e6d4b1e8b2ce1e97ba678ca02. […]

El post BankX Audit apareció primero en CoinFabrik Blog.

Aug 05, 2022 09:25

Trust Machines MultiSafe Audit

Introduction CoinFabrik was asked to audit the contracts for Trust Machines MS’s Multisafe project. This is a shared crypto wallet for managing Stacks (STX) and Bitcoin (BTC). First we will provide a summary of our discoveries, and then we will show the details of our findings. Scope The audited files are from the git repository […]

El post Trust Machines MultiSafe Audit apareció primero en CoinFabrik Blog.

May 13, 2022 12:55

Web3 complete starter kit — developer tools you need to learn Web3 and Solidity development

Web3 development is nothing like the traditional development environment. From the tools you use to the broader approach to learning Solidity and Web3 development, this article lists some of the things you will definitely need as a Web3 developer. A Reliable Solidity IDE There are many options out there, however I find that the Solidity Extension […]

The post Web3 complete starter kit — developer tools you need to learn Web3 and Solidity development appeared first on cryptomaton.

May 05, 2022 09:30

MintingFactoryV2, BaseUpgradableMarketplace & KODAV3UpgradableGatedMarketplace

Introduction CoinFabrik was asked to audit the contracts for the KnownOrigin project. First wewill provide a summary of our discoveries and then we will show the details of ourfindings. Scope The contracts audited are from thehttps://github.com/knownorigin/known-origin-contracts-v3.git git repository. Theaudit is based on the commit d592c5f4fa4e0b6fc65a1fce43e302706aedf607. The audited files are: ? /contracts/marketplace/KODAV3UpgradableGatedMarketplace.sol:Contains the contract used to […]

El post MintingFactoryV2, BaseUpgradableMarketplace & KODAV3UpgradableGatedMarketplace apareció primero en CoinFabrik Blog.

Apr 21, 2022 04:45

Avalaunch XAVA Protocol Audit

Introduction CoinFabrik was asked to audit the contracts for Avalaunch’s XAVA Protocol project.First we will provide a summary of our discoveries and then we will show thedetails of our findings. Scope The contracts audited are from the https://github.com/avalaunch-app/xava-protocol/git repository. The audit is based on the commitfd9b97ccd963819a282fa5c21bf0545d180f8797. Revisions were made based oncommit 8c9f3c021f0a3366e9f8cfc3fd74163f31b57b40. The audited contracts […]

El post Avalaunch XAVA Protocol Audit apareció primero en CoinFabrik Blog.

Feb 22, 2022 09:30

YieldYak Audit :: Platypus

Introduction CoinFabrik was asked to audit the contracts for the YieldYak project. First we will provide a summary of our discoveries and then we will show the details of our findings. Scope The contracts audited are from the https://github.com/yieldyak/smart-contracts git repository. The audit is based on the commit2add9db9263a7bc8e1df8ef184b242d2ed502b1d. The audited files are: ? contracts/strategies/PlatypusVoterProxy.sol: Contract […]

El post YieldYak Audit :: Platypus apareció primero en CoinFabrik Blog.

Dec 03, 2021 01:40

Meeting publicizes sharded, composable good contracts with non-compulsory zero charges to take Web3 and the Metaverse mainstream

The team behind IOTA announces Assembly, a new decentralized layer-1 network for smart contracts with a native ASMB token and with the possibility of zero fees, sharding, and support for multiple virtual machines, including EVM BERLIN (December 2, 2021) – IOTA, one of the largest crypto-currencies in the world, announces the release of Assembly, a […]

Your Crypto Gateway

Claim 1,000
Free WCG Coins

World Crypto Global opens the door to digital freedom for everyone.
Manage your free WCG Coins securely—where simplicity meets global accessibility.

11 bn

FREE CRYPTO COINS

8.9 bn

AVAILABLE FOR RESERVATION

2.1 bn+

ALREADY ALLOCATED

× WCG Coin

🎉 Get 1,000 WCG Coins

No fees. No catch. Your crypto journey starts here.