Skip to content

nash-io/nex-swap-neo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nash Exchange Token (NEX) Swap


Overview

This smart contract allows holders of the Nash Exchange token (NEX) to swap them in this contract to the NEX ERC-20 version

Installation

System Requirements

You need Python 3 (3.7 or 3.6).

OSX

brew install python

Debian/Ubuntu 16.10+

sudo apt-get install python3.7 python3.7-dev python3.7-venv python3-pip

Project Setup

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

Then install the requirements via

(venv) pip install -r requirements.txt

Compilation / Build

The smart contract can be compiled from the Python shell as follows:

from boa.compiler import Compiler

Compiler.load_and_save('NashStaking.py')

This will compile the contract to NashStaking.avm

Bug Reporting

Please contact us at bugbounty@neonexchange.org if you find something you believe we should know about.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages