ooozws / XENFT

XENFT (ex XEN Torrent) Contract

Home Page:https://xen.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xen NFT

This is a Xen NFT project.

Installation

npm install

Tests

npm run test

Code Style

https://docs.soliditylang.org/en/latest/style-guide.html

Check code lint

npm run lint

Fix code lint

npm run lint:fix

Git Hook

This project uses Husky to run git hooks. The pre-commit hook runs lint-staged to run code lint checking and code formatting before committing.

Install Husky hooks

npm run husky:install

Forwarder

Reference forwarder implementation from OpenGSN: https://github.com/opengsn/gsn/blob/master/packages/contracts/src/forwarder/Forwarder.sol

About

XENFT (ex XEN Torrent) Contract

https://xen.network

License:MIT License


Languages

Language:Solidity 57.2%Language:JavaScript 42.8%Language:Shell 0.0%