The National Carbon Registry enables carbon credit trading in order to reduce greenhouse gas emissions.
As an online database, the National Carbon Registry uses national and international standards for quantifying and verifying greenhouse gas emissions reductions by programmes, tracking issued carbon credits and enabling credit transfers in an efficient and transparent manner. The Registry functions by receiving, processing, recording and storing data on mitigations projects, the issuance, holding, transfer, acquisition, cancellation, and retirement of emission reduction credits. This information is publicly accessible to increase public confidence in the emissions reduction agenda.
The National Carbon Registry enables carbon credit tracking transactions from mitigation activities, as the digital implementation of the Paris Agreement. Any country can customize and deploy a local version of the registry then connect it to other national & international registries, MRV systems, and more.
The system has 3 key features:
This codebase aims to fulfill the Digital Public Goods standard, adheres to the UNDP Data Principles, and it is built according to the Principles for Digital Development.
UNDP Carbon Registry is based on service oriented architecture (SOA). Following diagram visualize the basic components in the system.
Authenticate, Validate and Accept user (Government, Programme Developer/Certifier) API requests related to the following functionalities,
Service is horizontally scalable and state maintained in the following locations,
Uses the Carbon Credit Calculator and Serial Number Generator node modules to estimate the programme carbon credit amount and issue a serial number. Uses Ledger interface to persist programme and credit life cycles.
Serve all the system analytics. Generate all the statistics using the operational database. Horizontally scalable.
Asynchronously replicate ledger database events in to the operational database. During the replication process it injects additional information to the data for query purposes (Eg: Location information).
Currently implemented for QLDB and PostgreSQL ledgers. By implementing replicator interface can support more ledger replicators.
Replicator select based on the LEDGER_TYPE
environment variable. Support types are PGSQL
(default) and QLDB
.
System services can deploy in 2 ways.
All the external services access through a generic interface. It will decouple the system implementation from the external services and enable extendability to multiple services.
Currently implemented for 2 options.
Can add more options by implementing location interface
Change by environment variable LOCATION_SERVICE
. Supported types are FILE
(default) and MAPBOX
.
Implemented 2 options for static file hosting.
Can add more options by implementing file handler interface
Change by environment variable FILE_SERVICE
. Supported types are LOCAL
(default) and S3
.
Primary/secondary database architecture used to store carbon programme and account balances. Ledger database is the primary database. Add/update programmes and update account balances in a single transaction. Currently implemented only for AWS QLDB
Operational Database is the secondary database. Eventually replicated to this from primary database via data stream. Implemented based on PostgreSQL
This enables the capability to add any blockchain or ledger database support to the carbon registry without functionality module changes. Currently implemented for PostgreSQL and AWS QLDB.
This ledger implementation stores all the carbon programme and credit events in a separate event database with the sequence number. Support all the ledger functionalities except immutability.
Single database approach used for user and company management.
Carbon Registry contains 3 ledger tables.
The below diagram demonstrates the ledger behavior of programme create, authorise, issue and transfer processes. Blue color document icon denotes a single data block in a ledger.
.
.github # CI/CD [Github Actions files]
deployment # Declarative configuration files for initial resource creation and setup [AWS Cloudformation]
backend # System service implementation
services # Services implementation [NestJS application]
src
national-api # National API [NestJS module]
stats-api # Statistics API [NestJS module]
ledger-replicator # Blockchain Database data replicator [QLDB to Postgres]
shared # Shared resources [NestJS module]
serverless.yml # Service deployment scripts [Serverless + AWS Lambda]
libs
carbon-credit-calculator # Implementation for the Carbon credit calculation library [Node module + Typescript]
serial-number-gen # Implementation for the carbon programme serial number calculation [Node module + Typescript]
web # System web frontend implementation [ReactJS]
.gitignore
docker-compose.yml # Docker container definitions
README.md
IS_EMAIL_DISABLED
. When the emails are disabled email payload will be printed on the console. User account passwords needs to extract from this console log. Including root user account, search for a log line starting with Password (temporary)
on national container (docker logs -f undp-carbon-registry-national-1
).IS_EMAIL_DISABLED
=falseSOURCE_EMAIL
(Sender email address)SMTP_ENDPOINT
SMTP_USERNAME
SMTP_PASSWORD
DB_PASSWORD
env variable to change PostgreSQL database passwordROOT EMAIL
. If the email service is enabled, on the first docker start, this email address will receive a new email with the root user password.REACT_APP_MAP_TYPE
env variable to Mapbox
and add new env variable REACT_APP_MAPBOXGL_ACCESS_TOKEN
with MapBox public access token in web container.docker-compose up -d --build
. This will build and start containers for following services:
.env.local
file (If the file does not exist please create a new .env.local
)
DB_HOST
(default localhost
)DB_PORT
(default 5432
)DB_USER
(default root
)DB_PASSWORD
DB_NAME
(default carbondbdev
)cd backend/service
yarn run sls:install
serverless invoke local --stage=local --function setup --data '{"rootEmail": "<Root user email>","systemCountryCode": "<System country Alpha 2 code>", "name": "<System country name>", "logoBase64": "<System country logo base64>"}'
sls offline --stage=local
aws cloudformation deploy --template-file ./deployment/aws-formation.yml --stack-name carbon-registry-basic --parameter-overrides EnvironmentName=<stage> DBPassword=<password> --capabilities CAPABILITY_NAMED_IAM
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
aws lambda invoke \
--function-name carbon-registry-services-dev-setup --cli-binary-format raw-in-base64-out\
--payload '{"rootEmail": "<Root user email>","systemCountryCode": "<System country Alpha 2 code>", "name": "<System country name>", "logoBase64": "<System country logo base64>"}' \
response.json
Serial Number generation is implemented in a separate node module. Please refer to this for more information.
Carbon credit calculation is implemented in a separate node module. Please refer to this for more information.
UNDP Platform for Voluntary Bilateral Cooperation generation is implemented in a separate node module. Please refer this for more information.
Web frontend implemented using ReactJS framework. Please refer getting started with react app for more information.
For updating translations or adding new ones, reference https://github.com/undp/carbon-registry/tree/main/web/public/Assets/i18n
For integration, reference RESTful Web API Documentation documentation via Swagger. To access
api.APP_URL
/nationalapi.APP_URL
/statsOur Data Dictionary is available for field analysis.
Resource | Minimum | Recommended |
---|---|---|
Memory | 4 GB | 8 GB |
CPU | 4 Cores | 4 Cores |
Storage | 20 GB | 50 GB |
OS | Linux Windows Server 2016 and later versions. |
Note: Above resource requirement mentioned for a single instance from each microservice.status.APP_URL
For transparent uptime monitoring go to the status page.
Open source code available at undp/carbon-registry-status
To learn more about how the system is structured and how to manage it visit the user manual
Watch our demo walkthrough
The code is designed with data sovereignty at its core, empowering nations and organizations to have greater control and governance over their environmental data. Here are the key points highlighting how this system promotes data sovereignty:
By integrating these features, the code significantly contributes to achieving data sovereignty, promoting a more localized and accountable management of environmental data in line with the goals of the Paris Agreement.
Digital For Climate (D4C) is responsible for managing the application. D4C is a collaboration between the European Bank for Reconstruction and Development (EBRD), United Nations Development Program (UNDP), United Nations Framework Convention on Climate Change (UNFCCC), International Emissions Trading Association (IETA), European Space Agency (ESA), and World Bank Group that aims to coordinate respective workflows and create a modular and interoperable end-to-end digital ecosystem for the carbon market. The overarching goal is to support a transparent, high integrity global carbon market that can channel capital for impactful climate action and low-carbon development.
This code is managed by United Nations Development Programme as custodian, detailed in the press release. For any questions, contact us at [email protected].