Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polylastic/smart-contracts

Smart-Contracts implementing Polkalastic protocol
https://github.com/polylastic/smart-contracts

bep20-token binance-smart-chain defi index

Last synced: about 1 month ago
JSON representation

Smart-Contracts implementing Polkalastic protocol

Awesome Lists containing this project

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="PRIVATE_KEY" > .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.