
Build the code
Now, we're starting to build projects. The "avame" project is an online service for creating 3D avatar models. In addition, the "rent-content" project is for NFT's online rental service. And "nft-metadata" is for generating NFT metadata and assembling blender files for 3D models. The "rent-market" project involves smart contracts.For the first time, we build the initial code for the project. But later, we will use a collaboration tool, which is based on web3, such as Dework. Therefo...

Build the code
Now, we're starting to build projects. The "avame" project is an online service for creating 3D avatar models. In addition, the "rent-content" project is for NFT's online rental service. And "nft-metadata" is for generating NFT metadata and assembling blender files for 3D models. The "rent-market" project involves smart contracts.For the first time, we build the initial code for the project. But later, we will use a collaboration tool, which is based on web3, such as Dework. Therefo...

Solidity document
For generating solidity contract documents, Realbits uses solidity-docgen package which was built by OpenZeppelin. GitHub Page and Jekyll are used for the website. https://github.com/OpenZeppelin/solidity-docgen The jekyll-theme-gitbook theme for Jekyll is suitable for programming-related document sites. Realbits uses Jekyll to power its GitHub Page. https://github.com/adamrehn/jekyll-theme-gitbook Solidity-docgen and Jekyll use the docgen function. A bug was found when generating the documen...

Solidity document
For generating solidity contract documents, Realbits uses solidity-docgen package which was built by OpenZeppelin. GitHub Page and Jekyll are used for the website. https://github.com/OpenZeppelin/solidity-docgen The jekyll-theme-gitbook theme for Jekyll is suitable for programming-related document sites. Realbits uses Jekyll to power its GitHub Page. https://github.com/adamrehn/jekyll-theme-gitbook Solidity-docgen and Jekyll use the docgen function. A bug was found when generating the documen...

Build a realbits NFT
Realbits is developing NFT for renting and prompting images. This time, we will describe the normal NFT building process. Realbits relies on OpenZeppelin open source for building NFT. OpenZeppelin provides a complete solution for NFT smart contracts, as well as a wizard for making them. Realbits uses Mintable with Auto Increment Ids, Burnable, Pausable, Enumerable, and Roles option. Realbits has three special functions. First function is Roles of access control. Realbits uses DEFAULT_ADMIN_RO...

Build a realbits NFT
Realbits is developing NFT for renting and prompting images. This time, we will describe the normal NFT building process. Realbits relies on OpenZeppelin open source for building NFT. OpenZeppelin provides a complete solution for NFT smart contracts, as well as a wizard for making them. Realbits uses Mintable with Auto Increment Ids, Burnable, Pausable, Enumerable, and Roles option. Realbits has three special functions. First function is Roles of access control. Realbits uses DEFAULT_ADMIN_RO...

Prompt on NFT
Stable diffusion is a technique that can be used to ensure that digital images are stored and transmitted in a way that maintains their quality and integrity. It involves breaking the image down into smaller pieces, or "tiles," which can be stored and transmitted separately. This can help to reduce the risk of data loss or corruption, as well as improve the efficiency of image transmission.Stable diffusion image with promptNon-fungible tokens (NFTs) are a type of digital asset that represents...

Prompt on NFT
Stable diffusion is a technique that can be used to ensure that digital images are stored and transmitted in a way that maintains their quality and integrity. It involves breaking the image down into smaller pieces, or "tiles," which can be stored and transmitted separately. This can help to reduce the risk of data loss or corruption, as well as improve the efficiency of image transmission.Stable diffusion image with promptNon-fungible tokens (NFTs) are a type of digital asset that represents...

3D avatar model
We are implementing the VRM specification for 3D avatar models. The VRM is based on GLTF, and is used by extension specifications. Last year, version 1.0 was released. The majority of applications have been made and used in Japanese.VRM 3D model in blender applicationVRM features humanoid bones, face blendshapes, colliders, and other avatar features. Realbits changes its avatar's facial expression using VRM blendshapes and moves its arm using VRM humanoid bones.Mimic a pose and face expr...

3D avatar model
We are implementing the VRM specification for 3D avatar models. The VRM is based on GLTF, and is used by extension specifications. Last year, version 1.0 was released. The majority of applications have been made and used in Japanese.VRM 3D model in blender applicationVRM features humanoid bones, face blendshapes, colliders, and other avatar features. Realbits changes its avatar's facial expression using VRM blendshapes and moves its arm using VRM humanoid bones.Mimic a pose and face expr...