Smart-Contracts implementing Polkalastic protocol
Last updated Apr 23, 2024
10
Stars
9
Forks
0
Issues
0
Stars/day
Attention Score
8
Language breakdown
Solidity 92.5%
JavaScript 7.5%
▸ Files
click to expand
README
Polylastic protocol
The Polylastic (POLX) Index is designed to track token performance within the ever-evolving Elastic Finance industry (EFi). Our index will include elastic cryptocurrencies, seigniorage tokens, algorithmic stablecoins, cash systems and whatever comes next. The index is weighted based on the value of community support measured by the number of stakers, as well as the market cap of the token.
This novel mechanism allows us to capture both technical innovation and community strength. Like traditional indices, Polylastic will track projects with significant usage and demand as well as those that show a vibrant community and commitment to ongoing development..
TokenV2 with Network Taxation (Binance Smart Chain)
- Deployed to Binance Smart Chain
- Token address:
0xbe510da084E084e3C27b20D79C135Dc841135c7F - Verified source code: https://bscscan.com/address/0xbe510da084E084e3C27b20D79C135Dc841135c7F#code
Token (Binance Smart Chain)
- Deployed to Binance Smart Chain
- Token address:
0xE29aC6Ea53Dea5211155f9d7C8c41BeEE852EfA0 - Verified source code: https://bscscan.com/address/0xE29aC6Ea53Dea5211155f9d7C8c41BeEE852EfA0#code
Development instructions
$ yarn install- Install all dependencies$ echo PK="PRIVATEKEY" > .env- Add testing private key_$ npx hardhat compile- Compile all contracts$ npx hardhat test- Run all tests
- Migrations are inside
scripts/folder. - Tests are inside
test/folder.
🔗 More in this category