Giter Site home page Giter Site logo

tokenization-lab's Introduction

Fireblocks
Fireblocks Tokenization Lab

Deploy, mint, and burn an ERC-20 token

Open in Gitpod


Open in Gitpod

๐Ÿ” Authentication

This lab uses the Fireblocks API and requires an API key and API private key. You'll set your API key in the browser, and there's two ways you can set your API private key:

  1. Place your API private key within the repository root at api.key. This file will be ignored by Git. or

  2. Set the PRIVATE_KEY_B64 environment variable to a base64 encoding of your API private key. You can get a base64 encoding of your private key file with:

    # Reads api.key and outputs base64
    base64 -i api.key

๐Ÿ”จ Development

To create an instant development environment, open the app in Gitpod. To run it on your local system, clone the repository, and install the LTS version of Node.js.

Set up Node.js

# Install nvm if you haven't already
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

# Install Node.js from .nvmrc
nvm use

# Install dependencies
npm install

Start project

npm run dev

โš–๏ธ Legal

Copyright ยฉ 2023 Fireblocks

MIT License

tokenization-lab's People

Contributors

1173452 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.