Skip to content

0xDaksh/uniswap-v3-staker

 
 

Repository files navigation

uniswap-v3-staker

This is a canonical staking contract designed for Uniswap V3.

This is still under active development and not yet production ready. This section will be updated once the contract is ready.

Links:

Development and Testing

It's helpful to have access to the type definitions from @uniswap/v3-core and @uniswap/v3-periphery. Until these types get exported from their NPM packages, do this to get access to the types:

$ make deps

This will create the following yarn links:

  • @uniswap/v3-core will point to vendor/uniswap-v3-core
  • @uniswap/v3-periphery will point to vendor/uniswap-v3-periphery

With this, you can now access types that are not exported in the NPM packages.

$ yarn
$ yarn test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.0%
  • Solidity 36.0%
  • Makefile 1.0%