Skip to content

PWNDAO/pwn-sdks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWNDAO SDK (Beta)

CI and Publish

⚠️ Beta Notice: This SDK is currently in beta and under active development. APIs and functionality may change as we continue to improve and expand the capabilities.

Features

The PWN SDK provides a comprehensive set of tools for interacting with the PWN protocol:

  • Proposal Management: Create, view, and manage lending proposals with ease
  • Strategy Integration: Access and implement various lending strategies
  • API Access: Direct integration with PWN's API for data retrieval and management
  • Web3 Integration: Seamless connection with web3 wallets and blockchain interactions

Contributing

We welcome contributions from the community! PWN features an incentive program for contributors:

🏆 Contributor Incentives Program

  • Active contributors can earn rewards for meaningful contributions
  • Opportunities to join the PWN DAO governance
  • Recognition in the PWN community

Support & Feedback

Having questions, feature requests, or found a bug? We're here to help!

Packages

This monorepo contains the following packages:

Run tasks

To build everything run:

bun install
bunx nx run-many --target build

To run example react repository

bunx nx run example-react-next-app:dev

To open web browser with the project graph run:

bunx nx graph

To run any task with Nx use:

bunx nx <target> <project-name>

To create a release:

export HUSKY=0 # disable pre-commit hooks
bunx nx release --skip-publish # after selecting a version this will automatiac
unset HUSKY