Skip to content

TimeleapLabs/InpulseX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InpulseX Project Monorepo

This mono-repo contains the following InpulseX projects:

  • Token: ERC1363 token
  • Migrate: Migration scripts and smart contracts
  • Staking: Staking smart contracts
  • PegSwap: PegSwap (multichain) smart contracts
  • UI: UI/UX for the staking and pegswap oracles

Tech stack

  • Hardhat is used for smart contract development and scaffolding
  • Waffle and Chai are used for smart contract testing
  • SvelteKit is used for UI

Standards

  • The IPX token implements the ERC20, ERC165, and ERC1363 protocols.
  • The IPX PegSwap implements the ERC712 protocol.
  • The IPX staking contracts implement the ERC1363 receiver protocol for a more smooth and more gas-efficient experience.