All Projects → casper-ecosystem → erc20

casper-ecosystem / erc20

Licence: Apache-2.0 license
Implementation of ERC20 token for the CasperLabs platform.

Programming Languages

rust
11053 projects
Makefile
30231 projects

Projects that are alternatives of or similar to erc20

SmartDev-Scaffold
应用开发脚手架,可基于智能合约文件,一键生成区块链应用的代码
Stars: ✭ 22 (+29.41%)
Mutual labels:  smart-contract
guardian
A programming language for stack-based smart contract VMs.
Stars: ✭ 13 (-23.53%)
Mutual labels:  smart-contract
cybaca
Small app for huge community growth
Stars: ✭ 16 (-5.88%)
Mutual labels:  smart-contract
UNIPI-Smart-Degrees
Diploma 📜 Validation Platform 🎓 Ethereum 🔷 and VueJS 💚 DApp.
Stars: ✭ 17 (+0%)
Mutual labels:  smart-contract
cyberevents
The protocol for EVENTs and TICKETs
Stars: ✭ 16 (-5.88%)
Mutual labels:  smart-contract
evm llvm
Official repo of the EVM LLVM project
Stars: ✭ 72 (+323.53%)
Mutual labels:  smart-contract
sooho
Toolbox for auditing and patching vulnerabilities in smart contracts.
Stars: ✭ 38 (+123.53%)
Mutual labels:  smart-contract
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-11.76%)
Mutual labels:  smart-contract
ethereum-erc20
Fungible token implementation for the Ethereum blockchain.
Stars: ✭ 27 (+58.82%)
Mutual labels:  smart-contract
svelte-box
A truffle box for svelte
Stars: ✭ 60 (+252.94%)
Mutual labels:  smart-contract
GraphDeeSmartContract
Smart contract vulnerability detection using graph neural network (DR-GCN).
Stars: ✭ 84 (+394.12%)
Mutual labels:  smart-contract
koinos-miner
The Koinos Miner (CLI) provides a functional command line interface that allows users to mine the KOIN ERC-20 which will be used to deliver an equitable initial token distribution on the Koinos blockchain.
Stars: ✭ 15 (-11.76%)
Mutual labels:  smart-contract
BokkyPooBahsRedBlackTreeLibrary
BokkyPooBah's Red-Black Binary Search Tree Library
Stars: ✭ 117 (+588.24%)
Mutual labels:  smart-contract
pancakeswap-lottery
🥞 A Python client for accessing PancakeSwap Lottery smart contract information through Web3.py
Stars: ✭ 30 (+76.47%)
Mutual labels:  smart-contract
objkt-swap
Hic et Nunc smart contracts. FA2 multiassets: hDAO, OBJKTs, Marketplace, SUBJKTs and Unregistry.
Stars: ✭ 67 (+294.12%)
Mutual labels:  smart-contract
obd
OmniBOLT daemon, a golang implementation of OmniBOLT spec, the smart assets lightning network.
Stars: ✭ 34 (+100%)
Mutual labels:  smart-contract
likecoin-contracts
Token contracts of Like Coin
Stars: ✭ 22 (+29.41%)
Mutual labels:  smart-contract
kleros-interaction
Smart contracts able to interact with Kleros
Stars: ✭ 77 (+352.94%)
Mutual labels:  smart-contract
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (+5.88%)
Mutual labels:  smart-contract

Casper Fungible Tokens (ERC-20 Standard)

A library for developing fungible tokens (ERC-20 Tokens) tokens for the Casper Network.

The main functionality is provided via the ERC-20 struct, and is intended to be consumed by a smart contract written to be deployed on the Casper Network.

Usage

To create an example fungible token contract which uses this library, use the cargo-casper tool:

cargo install cargo-casper
cargo casper --erc20 <PATH TO NEW PROJECT>

This command will generate a new project structure with an example token contract based on an example project.

Development

Make sure the wasm32-unknown-unknown Rust target is installed.

make prepare

Build Smart Contracts

To build the example fungible token contract and supporting test contracts:

make build-contracts

Test

make test

JavaScript Client SDK

A JavaScript client SDK can be used to interact with the fungible token contract.

Documentation

For more information, visit the below guides:

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].