@fluent.xyz/solidity-contracts
v0.0.1
Published
A collection of Solidity libraries to leverage Fluent-specific features
Downloads
6
Readme
Fluent Solidity Libraries
This project contains Solidity contracts and libraries designed to interact with the Fluent blockchain, allowing you to leverage Fluent-specific functionalities.
Installation
Clone the repository:
git clone <repository-url>Install dependencies:
npm install
Testing
To run tests, use the following commands:
For testing against a local fluent node:
npx hardhat test --localTo skip tests requiring Fluent features:
npx hardhat test
Usage
Integrate these contracts and libraries into your projects to access and utilize functionalities specific to the Fluent blockchain.
