This smart contract allows holders of the Nash Exchange token (NEX) to swap them in this contract to the NEX ERC-20 version
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
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
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
Please contact us at bugbounty@neonexchange.org if you find something you believe we should know about.