All Projects → merkaliser → scilla-vanilla

merkaliser / scilla-vanilla

Licence: MIT license
No description or website provided.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to scilla-vanilla

Layr
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Stars: ✭ 90 (+350%)
Mutual labels:  smart-contracts, sharding
storm-spec
Specification for Storm: L2/L3 distributed storage and messaging with economic incentivisation leveraging LNP/BP ecosystem
Stars: ✭ 62 (+210%)
Mutual labels:  smart-contracts
resolution-go
Golang library for resolving unstoppable domains
Stars: ✭ 24 (+20%)
Mutual labels:  zilliqa
bsc-genesis-contract
The genesis contracts of BNB Smart Chain.
Stars: ✭ 321 (+1505%)
Mutual labels:  smart-contracts
JeChain
Node for JeChain - an experimental smart contract blockchain network
Stars: ✭ 177 (+785%)
Mutual labels:  smart-contracts
project web3.0
This is a code repository for the corresponding video tutorial. In this video, we're going to build a Web 3.0 React Solidity Blockchain Application
Stars: ✭ 2,690 (+13350%)
Mutual labels:  smart-contracts
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+525%)
Mutual labels:  smart-contracts
sputnik-dao-contract
Smart contracts for https://app.astrodao.com
Stars: ✭ 81 (+305%)
Mutual labels:  smart-contracts
kleros
Kleros smart contracts
Stars: ✭ 203 (+915%)
Mutual labels:  smart-contracts
wyvern-ethereum
Project Wyvern Ethereum Smart Contracts
Stars: ✭ 209 (+945%)
Mutual labels:  smart-contracts
plasma client
Web Client for Plasma Protocol
Stars: ✭ 19 (-5%)
Mutual labels:  smart-contracts
PlasmaContract
More Viable Plasma (MoreVP) contract with Limbo Exits
Stars: ✭ 26 (+30%)
Mutual labels:  smart-contracts
NEO-Tutorial
Learning NEO Step by Step
Stars: ✭ 26 (+30%)
Mutual labels:  smart-contracts
thesoliditydev
Solidity exercises
Stars: ✭ 18 (-10%)
Mutual labels:  smart-contracts
mai-protocol
A Protocol for trading decentralized derivatives on Ethereum
Stars: ✭ 22 (+10%)
Mutual labels:  smart-contracts
solidity-utils
solidity utils to make your life easier
Stars: ✭ 16 (-20%)
Mutual labels:  smart-contracts
ERC884-reference-implementation
An Interface and Reference Implementation of the ERC-884 DGCL Token.
Stars: ✭ 42 (+110%)
Mutual labels:  smart-contracts
tvdapp
Blockchain DApp using React, Next.js and MobX
Stars: ✭ 66 (+230%)
Mutual labels:  smart-contracts
contracts
The Consumer Contract Wallet
Stars: ✭ 88 (+340%)
Mutual labels:  smart-contracts
etherbrite
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
Stars: ✭ 19 (-5%)
Mutual labels:  smart-contracts

Vanilla 🍨

Simple Reusable Vanilla Contracts for Scilla


Vanilla is a library for smart contract development in Scilla . It provides implementations of various Scilla contracts which you can deploy as-is or you can extend to suit your needs. Common contracts used for example, fungible token , crowdsale (with various variations) , RANDAO etc are openly available to developers and can be used for production. However, we take no responsibility for your implementation or any security problems you might encounter.

Feel free to create requests for smart contracts you would like to see developed by merkalise by opening an issue.

Running Scilla contracts 🏃

  1. Install Scilla binary in your ~Desktop following steps here: https://github.com/Zilliqa/scilla.
  2. Use the easyrun script to run the test suites for each contract.
    ./easyrun.sh ERC223 1
    

Contributions

Vanilla exists thanks to its contributors. There are many ways you can participate and help build high quality software. Join our slack to say hi!

Feel free to fork this repo if you wish to reference the contracts created here.

Note: Vanilla is under heavy development and continous audits and is not production ready yet.

License

MIT

Made with ❤️ by Merkalise for :octocat:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].