All Projects → nash-io → Neo Ico Template

nash-io / Neo Ico Template

Licence: gpl-3.0
An ICO Template for NEO projects

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neo Ico Template

Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+527.73%)
Mutual labels:  dapp, neo
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-68.91%)
Mutual labels:  dapp, neo
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-47.06%)
Mutual labels:  dapp, neo
Seven
Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features
Stars: ✭ 114 (-4.2%)
Mutual labels:  template
Angular Template For Threejs
Angular Template For Three.js
Stars: ✭ 114 (-4.2%)
Mutual labels:  template
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-1.68%)
Mutual labels:  template
Webpacktemplate
webpack多页面脚手架
Stars: ✭ 118 (-0.84%)
Mutual labels:  template
Angular Chrome Extension
angular chrome extension scaffold
Stars: ✭ 113 (-5.04%)
Mutual labels:  template
P5 Text Xslate
Scalable template engine for Perl5
Stars: ✭ 117 (-1.68%)
Mutual labels:  template
Draggablemenu
A draggable menu that shows a thumbnail preview of an image grid
Stars: ✭ 117 (-1.68%)
Mutual labels:  template
Electron Boilerplate
Boilerplate to kickstart creating an app with Electron
Stars: ✭ 1,560 (+1210.92%)
Mutual labels:  template
Zenbu
🏮 A Jinja2 + YAML based config templater.
Stars: ✭ 114 (-4.2%)
Mutual labels:  template
Opencart Materialize
Template for OpenCart with Materialize
Stars: ✭ 117 (-1.68%)
Mutual labels:  template
Caldera
Caldera allows you to create a boilerplate service that ready to run inside the container (Go language)
Stars: ✭ 114 (-4.2%)
Mutual labels:  template
Ivy
The templated deep learning framework, enabling framework-agnostic functions, layers and libraries.
Stars: ✭ 118 (-0.84%)
Mutual labels:  template
Awesome Crowdsales
A curated list of ICO repositories that produced ERC20/ERC223 tokens
Stars: ✭ 113 (-5.04%)
Mutual labels:  ico
Teacup
Teacup is templates in CoffeeScript
Stars: ✭ 117 (-1.68%)
Mutual labels:  template
Bento Starter
🍱 Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: ✭ 1,519 (+1176.47%)
Mutual labels:  template
Nasa.js
星云链 DApp 客户端开发框架,轻量,易用 | Lightweight and friendly util library for DApp development on Nebulas Blockchain.
Stars: ✭ 115 (-3.36%)
Mutual labels:  dapp
Livepeerjs
JavaScript tools and applications that interact with Livepeer's smart contracts and peer-to-peer network
Stars: ✭ 116 (-2.52%)
Mutual labels:  dapp

Neo ICO Template

A template for NEP5 Compliant Tokens on the NEO platform


Considerations

An article describing this template is available here:

https://medium.com/neon-exchange/nex-ico-template-4ca7ba19fc8b

Requirements

Usage requires Python 3.6+

Installation

Clone the repository and navigate into the project directory. Make a Python 3 virtual environment and activate it via

python3 -m venv venv
source venv/bin/activate

or to explicitly install Python 3.6 via

virtualenv -p /usr/local/bin/python3.6 venv
source venv/bin/activate

Then install the requirements via

pip install -r requirements.txt

Compilation

The template may be compiled as follows

from boa.compiler import Compiler

Compiler.load_and_save('ico_template.py')

This will compile your template to ico_template.avm

Running tests

  1. Install requirements_test.txt
pip install -r requirements_test.txt

  1. Run tests
python -m unittest discover tests

Testnet Deployed Details

For testing purposes, this template is deployed on testnet with the following contract script hash:

0b6c1f919e95fe61c17a7612aebfaf4fda3a2214

{
    "code": {
        "parameters": "0710",
        "hash": "0b6c1f919e95fe61c17a7612aebfaf4fda3a2214",
        "returntype": 5,
        "script": ".. omitted .."
    },
    "version": 0,
    "code_version": ".2",
    "name": "NEX Ico Template",
    "author": "localhuman",
    "description": "An ICO Template",
    "properties": {
        "dynamic_invoke": false,
        "storage": true
    },
    "email": "[email protected]"
}
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].