All Projects → NoahZinsmeister → ERC-1484

NoahZinsmeister / ERC-1484

Licence: GPL-3.0 license
ERC-1484 Reference Implementation

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects

Projects that are alternatives of or similar to ERC-1484

ethereum-erc20
Fungible token implementation for the Ethereum blockchain.
Stars: ✭ 27 (-3.57%)
Mutual labels:  erc, eip
LIPs
LUKSO Improvement Proposals. Repository for the LUKSO Blockchain Improvement Proposals (LIPs) and LUKSO Standards Process (LSP).
Stars: ✭ 39 (+39.29%)
Mutual labels:  erc, eip
Mask-Aware-Face-Recognition-SDK-iOS
Fast, Accurate, Mask-Aware Face Recognition SDK with Liveness Detection
Stars: ✭ 113 (+303.57%)
Mutual labels:  identity
APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: ✭ 13 (-53.57%)
Mutual labels:  identity
auth
A GitHub Action for authenticating to Google Cloud.
Stars: ✭ 567 (+1925%)
Mutual labels:  identity
AspNetCoreBackChannelLogout
ASP.NET Core Back-Channel Logout for Hybrid Clients, Redis, Key Vault, Azure
Stars: ✭ 17 (-39.29%)
Mutual labels:  identity
npm-civic-sip-api
Node.js client library for the Civic Secure Identity Platform (SIP).
Stars: ✭ 25 (-10.71%)
Mutual labels:  identity
active-directory-android
An android app that uses Azure AD and the ADAL library for authenticating the user and calling a web API using OAuth 2.0 access tokens.
Stars: ✭ 33 (+17.86%)
Mutual labels:  identity
facematch
Facematch is a tool to verifies if two photos contain the same person.
Stars: ✭ 62 (+121.43%)
Mutual labels:  identity
netlify-gated-sites
How to create Single Sign On flows with role based access controls & functions
Stars: ✭ 21 (-25%)
Mutual labels:  identity
WeIdentity
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
Stars: ✭ 1,063 (+3696.43%)
Mutual labels:  identity
camunda-cloud-helm
Camunda Platform 8 Self-Managed Helm charts
Stars: ✭ 41 (+46.43%)
Mutual labels:  identity
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+246.43%)
Mutual labels:  identity
My-Azure-AD-B2C-use-cases
Recopilation of Azure AD B2C use cases I use to find in customers, or are requested by peers
Stars: ✭ 23 (-17.86%)
Mutual labels:  identity
cogito
Cogito Identity Management https://cogito.mobi
Stars: ✭ 14 (-50%)
Mutual labels:  identity
alkemio
START HERE! Cross project collaboration and shared documentation.
Stars: ✭ 22 (-21.43%)
Mutual labels:  identity
ms-identity-mobile-apple-swift-objc
An iOS sample in Swift that authenticates Microsoft Account and Azure AD users and calls the Graph API using OAuth 2.0
Stars: ✭ 61 (+117.86%)
Mutual labels:  identity
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-46.43%)
Mutual labels:  erc
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+696.43%)
Mutual labels:  identity
poa-popa
DApp for proof of physical address (PoPA) attestation for validators of POA Network
Stars: ✭ 22 (-21.43%)
Mutual labels:  identity

ERC-1484 Reference Implementation

Build Status Coverage Status

This repo contains the reference implementation for ERC-1484. The full text of ERC-1484 is available in .md format and on the Ethereum EIPs website.

Feedback on this proposal is welcomed in the official discussion forum. To contribute to or make suggestions about the reference implementation, please open a PR in this repo.

Contract Deployments

Live deployments of the current implementation are available at the following addresses:

Network Address
Mainnet (1) 0xE65fB5C8AEb0305D3A1dB0BE2297f3E00B26E8c5
Ropsten (3) 0x7191A2aD4F6f25E4C2ab6C7B2B9f7cb90905A6cB
Rinkeby (4) 0xa7ba71305bE9b2DFEad947dc0E5730BA2ABd28EA
Kovan (42) 0xe0507a63E40Ce227CbF2ed7273a01066bAFE667B

File Guide

This repo contains:

Running Tests Locally

  • Install dependencies: npm install
  • Build contracts: npm run build
  • In one terminal tab, spin up a development blockchain: npm run chain
  • In another terminal tab, run the test suite: npm test
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].