Bitcoin AssemblyScript TypeScript NodeJS WebAssembly NPM code style: prettier
NEXFI is the first DeFi protocol on Bitcoin L1 via OP_NET — Lending, Borrowing & Yield Aggregation with no bridge.
- Node.js version 14 or higher
- npm or Yarn
- Clone the repository:
git clone https://github.com/frankxeth/NEXFI.git
- Navigate to the repository directory:
cd nexfi-contract- Install the necessary dependencies:
npm i
To build the NEXFI smart contract, use the following command:
npm run build
This command compiles the AssemblyScript code into WebAssembly, generating the contract binary in the build/ directory.
View the license by clicking here