All Projects → neo-project → Neo.org

neo-project / Neo.org

Licence: mpl-2.0

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Neo.org

neo-csharpcoe
.NET Blockchain C# Developers Center of Excellence
Stars: ✭ 13 (-68.29%)
Mutual labels:  neo
cloud-sample-spaceflight-java
Build Java applications with the application programming model on SAP Cloud Platform.
Stars: ✭ 49 (+19.51%)
Mutual labels:  neo
Neo Python
Python Node and SDK for the NEO 2.x blockchain
Stars: ✭ 313 (+663.41%)
Mutual labels:  neo
neo-go-sdk
Golang SDK for the NEO blockchain
Stars: ✭ 34 (-17.07%)
Mutual labels:  neo
NEO-Tutorial
Learning NEO Step by Step
Stars: ✭ 26 (-36.59%)
Mutual labels:  neo
neo-utils
Useful functions for NEO blockchain written in Go.
Stars: ✭ 27 (-34.15%)
Mutual labels:  neo
Neo Gui 2.x
Stars: ✭ 238 (+480.49%)
Mutual labels:  neo
Screverser
Reverse engineer for Smart Contracts
Stars: ✭ 13 (-68.29%)
Mutual labels:  neo
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (-14.63%)
Mutual labels:  neo
Neo
NEO Smart Economy
Stars: ✭ 3,337 (+8039.02%)
Mutual labels:  neo
neo-one
The One for easy, fast, & fun NEO app development.
Stars: ✭ 93 (+126.83%)
Mutual labels:  neo
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (-34.15%)
Mutual labels:  neo
Awesome Neo
Resources for working with the NEO blockchain
Stars: ✭ 259 (+531.71%)
Mutual labels:  neo
neo-go
Go Node and SDK for the NEO blockchain
Stars: ✭ 104 (+153.66%)
Mutual labels:  neo
Neo
Go Web Framework
Stars: ✭ 410 (+900%)
Mutual labels:  neo
ansy
Minimal NEO paper wallet generator
Stars: ✭ 31 (-24.39%)
Mutual labels:  neo
neo-modules
No description or website provided.
Stars: ✭ 56 (+36.59%)
Mutual labels:  neo
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-9.76%)
Mutual labels:  neo
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+1721.95%)
Mutual labels:  neo
Octopus
Security Analysis tool for WebAssembly module (wasm) and Blockchain Smart Contracts (BTC/ETH/NEO/EOS)
Stars: ✭ 261 (+536.59%)
Mutual labels:  neo

About this Website

The neo.org domain is owned by NEO Foundation and is used to showcase the NEO project and NEO ecology. This website is run by NEO Global Development (NGD). The website code is open source on GitHub, allowing community members to develop and modify.

About the Browser

It is recommended to use one of the following browsers with the latest version of the systems below to browse this website:

  • Internet Explorer 10+
  • Microsoft Edge
  • Google Chrome
  • Firefox
  • Safari
  • iOS
  • Android

We provide technical support to ensure that each browser runs the website smoothly when it is updated.

Development Environment

This website uses ASP.NET Core 2.2. Developers need to run local debugging. Please first install the development environment:

The project code does not contain the database. The first time running the website, the following prompt will appear:

A database operation failed while processing the request. Applying existing migrations for ApplicationDbContext may resolve this issue.

At this point, follow the prompts, click the Apply Migrations button to automatically create the database.

See also: ASP.NET Core Tutorials

How to modify the Website Code

The overall process is as follows:

  1. Fork this project to your own GitHub repository (so you have a copy on your own GitHub account).
  2. Create a branch in your own repository (this time the origin will be your own fork, not the public one).
  3. Modify the site code locally and complete the tests.
  4. Commit the changes to your branch.
  5. Push the changes to your main branch.
  6. Create a Pull Request (PR) on GitHub (neo-project ← your own GitHub).

When the PR is submitted, it will be reviewed and, if accepted, merged into the main branch, after which it is published to the official website.

If you have any questions, you can send an e-mail to [email protected].

How to submit a Pull Request

关于本网站

neo.org 域名隶属于 NEO 基金会,网站用于展示 NEO 项目以及 NEO 生态。本网站由 NEO Global Development (NGD) 负责运营维护,网站代码在 GitHub 上开源,允许社区成员开发和修改。

关于所使用的浏览器

推荐使用以下浏览器及系统最新版环境浏览本网站。

Internet Explorer10 以上、Microsoft Edge、Google Chrome、Firefox、Safari、iOS、Android

我们将全力提供技术支持,保证各浏览器更新后对于本网页的流畅访问。

开发环境

本网站使用 ASP.NET Core 2.2,开发者如需本地运行调试请先安装好开发环境。

Visual Studio 2017 安装时需要勾选 ASP.NET 和 Web 开发.NET Core 跨平台开发

.NET Core 2.2 SDK

项目代码不包含数据库,首次运行网站会提示:

A database operation failed while processing the request.

Applying existing migrations for ApplicationDbContext may resolve this issue.

此时按照提示操作,点击 Apply Migrations 按钮即可自动创建数据库。

附:ASP.NET Core 简介

如何修改网站的代码

总的流程如下:

  1. Fork 这个项目到自己的 GitHub 仓库,相当于拷贝一份到自己的 GitHub 账户下
  2. 将自己的库 Pull 下来(这时候 Origin 是自己的地址,不是公共地址)
  3. 本地修改网站代码,并完成测试
  4. 提交修改(Commit)
  5. Push 到自己的 GitHub,也就是当前的 Origin 地址
  6. 在 GitHub 上提交 Pull request(neo-project ← Your GitHub)

提交 Pull request 后,管理员审核通过后,就会合并到主分支中,并且发布到官网。若有疑问,可以发邮件到 [email protected]

如何提交 Pull request

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].