solidity-examples

所属分类:特征抽取
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2024-04-03 15:56:34
上 传 者sh-1993
说明:  本系列以Solidity编写的各种现实世界智能合约示例和项目为特色,涵盖去中心化金融、NFT、DAO、游戏、供应链管理、标记化、预测市场和身份验证系统。
(This collection features a diverse range of real-world smart contract examples and projects written in Solidity, covering decentralized finance, NFTs, DAOs, gaming, supply chain management, tokenization, prediction markets, and identity verification systems.)

文件列表:
.husky/
.vscode/
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
commitlint.config.js
package.json
pnpm-lock.yaml

![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjames-gates-0212%2Fsolidity-examples) ![GitHub forks](https://img.shields.io/github/forks/james-gates-0212/solidity-examples?style=flat) ![GitHub Discussions](https://img.shields.io/github/discussions/james-gates-0212/solidity-examples) ![GitHub Issues](https://img.shields.io/github/issues/james-gates-0212/solidity-examples) ![GitHub License](https://img.shields.io/github/license/james-gates-0212/solidity-examples) ![GitHub Repo stars](https://img.shields.io/github/stars/james-gates-0212/solidity-examples?style=flat) ![GitHub top language](https://img.shields.io/github/languages/top/james-gates-0212/solidity-examples) ![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/james-gates-0212/solidity-examples) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/james-gates-0212/solidity-examples) ![GitHub repo size](https://img.shields.io/github/repo-size/james-gates-0212/solidity-examples) ![GitHub Release](https://img.shields.io/github/v/release/james-gates-0212/solidity-examples) ![GitHub Tag](https://img.shields.io/github/v/tag/james-gates-0212/solidity-examples) [![Auto Assign](https://github.com/james-gates-0212/solidity-examples/actions/workflows/auto-assign.yml/badge.svg)](https://github.com/james-gates-0212/solidity-examples/actions/workflows/auto-assign.yml) [![CodeQL](https://github.com/james-gates-0212/solidity-examples/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/james-gates-0212/solidity-examples/actions/workflows/github-code-scanning/codeql) [![Proof HTML](https://github.com/james-gates-0212/solidity-examples/actions/workflows/proof-html.yml/badge.svg)](https://github.com/james-gates-0212/solidity-examples/actions/workflows/proof-html.yml) # Solidity Examples This is a compilation of Solidity examples that I worked on while learning about Solidity and developing smart contracts. Nearly all the smart contracts are accompanied by tests, so feel free to experiment with them to gain a deeper understanding of the Solidity programming language and the business logic within the contracts themselves. ## Contributors We enthusiastically welcome pull requests from all contributors. By actively participating in submitting examples, we firmly believe that others will find them invaluable when embarking on their Solidity journey. - [James Gates](https://james-gates-portfolio.vercel.app) ## License The software is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). ## Preparation ```bash npm i -g pnpm pnpm install ``` ## Git commit Please use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for your commits. e.g. ```commit [scope]: [body] [footer] ``` ### Types `type` should be one of belows. ```bash add adopt apply build chore config delete docs feat fix init refactor remove style test update upgrade ``` ### Subject `subject` should include one of emojis as belows.

近期下载者

相关文件


收藏者