Skip to content

Commit

Permalink
Merge pull request #98 from eve-network/faddat-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
faddat authored Mar 2, 2024
2 parents cfe676a + 0c127fe commit 779737e
Showing 1 changed file with 14 additions and 41 deletions.
55 changes: 14 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,27 @@
# eve

Eve is a modern Cosmos-SDK blockchain intended to push forward the state of the art in Cosmos. We feel that it will be of particular interest to contract authors who wish to try things that are dangerous or require an adversarial environment for testing. Eve will be live-fire, so if you think your contract is too hot for Juno or Osmosis, or Neutron, or you wish to try out new features/higher speed, eve will do you well.
Eve is a governance minimized CosmWasm blockchain intended to push forward the state of the art in Cosmos.

## Relationships with other chains and work
Contract uploads are not permissioned in any way, and governance thresholds have been adjusted to ensure that contract authors are not disturbed in their work. This chain emphasizes decentralization, interchain capability and governance minimization.

* Osmosis style epochs
* Iqlusion style liquid staking
* TGrade style global fees
* Osmosis style TokenFactory with bindings
* Kusama-style level of risk
* e-money style variable block timing
Eve won't compete with your contracts, and views herself as a beautiful, fertile platform for authors to bring their visions to life.

Other intended features:

* Extensive TESTING SUITE
## Software at launch

* Airdrop utilities
Note: it is possible that we fall back to v0.47.x if simply avoiding vote extensions proves to be ineffective in stopping the issues seen in deployments of comet v0.38.x

The fact is, we want lots of this stuff for Juno. Other chains want other pieces of it. There's no place where they're packaged together with a stability guarantee, though.
Our success condition here is that anyone can fork eve, and get stable code that's compatible with the rest of Cosmos.
* cosmos-sdk v0.50.x without vote extensions, with cyber-sdk gpu support
* cometbft v0.38.x without vote extensions
* CosmWasm v0.50.x
* WasmVM v1.5.x
* IBC-go v8.1.x

## What is done

* Kusama style risk - DONE
* TGrade global fees - DONE
* Osmosis style TokenFactory - DONE
* Iqlusion style liquid staking - DONE
## Planned software

## NOT DONE YET

* e-money style variable block
* TESTING SUITE (let's be careful plz!)

### TypeScript SDK

Use the [eve TS SDK](https://www.npmjs.com/package/eve-network) for client-side development
* interchain security provider
* mesh security provider

### Upstreaming

Expand Down Expand Up @@ -78,11 +65,6 @@ Features developed in eve are designed to be importable directly from Eve's repo

To use eve as a framework to make your chain, just fork eve.

## Credits

<https://github.com/CosmWasm/token-factory>
<https://github.com/iqlusioninc/liquidity-staking-module>
<https://github.com/cosmos/gaia/tree/main/x/globalfee>

## Imperative

Expand All @@ -102,14 +84,5 @@ From eve will flow new designs and techniques that increase development velocity

## Airdrop

<https://twitter.com/gadikian/status/1562019880257277952>

* TBD

## Starting localnet
Nothing is guaranteed here, but whales won't be pruned. Conversely, non-productive validators and their delegators may be pruned.

```bash
make install
make localnet-build
make localnet-start
```

0 comments on commit 779737e

Please sign in to comment.