6746514317
Resolved dependency issues in testnet-faucet Removed the outdated react example Updated js example dependencies Using sandbox in js example Feature locking imports Running wasm client in testnet mode by default Allow using `None` BandwidthController in testnet mode Reverted endianness change and left it for others to deal with Fixed up websocket js-example Changed endianness of aes counter
Nym Testnet Token Faucet Page
Installation
yarn install
Environment variables
Create a file in the root directory called .env. Copy everything from the .env.sample file into the .env file and add the required values`
Development environment
yarn dev
Build
yarn build