Start building

After installation is complete, you can start building right away. You can access our detailed documentation here, and our GitHub repository here.

Below you can find a brief explanation about the main bepro-js templates to get you started too.

Template

Brief Description

Javascript wrapper around the ERC20 standard. Use this template to easily create and deploy ERC20 tokens.

Javascript wrapper around the ERC721 standard. Allows you to create and mint Non-Fungible Tokens (NFTs).

Template to allow you to create sophisticated actions on top of newly minted NFTs, including buying and selling tokens on the Blockchain. Uses the ERC721 Standard wrapper.

Javascript wrapper around the ERC1155 standard. Use it to boost your process on creating ERC1155 tokens.

This template also implements the ERC1155 token standard, with a single difference, it only allow the contract owner to call certain methods.

Structure to create a simple staking mechanism for ERC20 tokens.

Storage solution using IPFS (InterPlanetary File System). You can use this template to easily save and retrieve documents.

Template to connect with Metamask and access wallet information.

Last updated